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, 24 insertions, 0 deletions
diff --git a/pyuic2/pyuic.pro.in b/pyuic2/pyuic.pro.in
new file mode 100644
index 0000000..8df1513
--- /dev/null
+++ b/pyuic2/pyuic.pro.in
@@ -0,0 +1,24 @@
+# Copyright (c) 2000, 2001
+# Phil Thompson <[email protected]>
+# Copyright (c) 2002, 2003
+# Riverbank Computing Limited <[email protected]>
+#
+# 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