diff options
Diffstat (limited to 'python/pyqt/pyuic2/pyuic.pro.in')
-rw-r--r-- | python/pyqt/pyuic2/pyuic.pro.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/python/pyqt/pyuic2/pyuic.pro.in b/python/pyqt/pyuic2/pyuic.pro.in deleted file mode 100644 index 8df15136..00000000 --- a/python/pyqt/pyuic2/pyuic.pro.in +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) 2000, 2001 -# Phil Thompson <phil@river-bank.demon.co.uk> -# Copyright (c) 2002, 2003 -# Riverbank Computing Limited <info@riverbankcomputing.co.uk> -# -# The project file for pyuic for Qt v2. - - -TEMPLATE = app -CONFIG = qt console warn_on release -INCLUDEPATH = @BLX_INCLUDEPATH@ $(QTDIR)/src/3rdparty/zlib -DEFINES = UIC @BLX_DEFINES@ - -DESTDIR = @PYQT_BINDIR@ -TARGET = pyuic - -HEADERS = domtool.h \ - globaldefs.h \ - uic.h \ - widgetdatabase.h - -SOURCES = domtool.cpp \ - uic.cpp \ - widgetdatabase.cpp |