diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-29 00:31:00 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-29 00:31:00 -0600 |
| commit | b388516ca2691303a076a0764fd40bf7116fe43d (patch) | |
| tree | 6f1615d1f12b325f4d1cd9c25d1519303794001a /pyuic2/pyuic.pro.in | |
| download | pytqt-b388516ca2691303a076a0764fd40bf7116fe43d.tar.gz pytqt-b388516ca2691303a076a0764fd40bf7116fe43d.zip | |
Initial import of python-qt3
Diffstat (limited to 'pyuic2/pyuic.pro.in')
| -rw-r--r-- | pyuic2/pyuic.pro.in | 24 |
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 <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 |
