summaryrefslogtreecommitdiffstats
path: root/pyuic2/pyuic.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic2/pyuic.pro.in')
-rw-r--r--pyuic2/pyuic.pro.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/pyuic2/pyuic.pro.in b/pyuic2/pyuic.pro.in
deleted file mode 100644
index beeea65..0000000
--- a/pyuic2/pyuic.pro.in
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (c) 2000, 2001
-# Phil Thompson <[email protected]>
-# Copyright (c) 2002, 2003
-# Riverbank Computing Limited <[email protected]>
-#
-# The project file for pyuic for TQt v2.
-
-
-TEMPLATE = app
-CONFIG = qt console warn_on release
-INCLUDEPATH = @BLX_INCLUDEPATH@ $(TQTDIR)/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