diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 03:08:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 03:08:08 -0600 |
commit | bcc95cd92ca12c1783464b8ada6816d430dc0e98 (patch) | |
tree | 4701c447365db5392df0174b4bb00b5b5c369da4 /puic/puic.pro | |
download | libtqt-perl-bcc95cd92ca12c1783464b8ada6816d430dc0e98.tar.gz libtqt-perl-bcc95cd92ca12c1783464b8ada6816d430dc0e98.zip |
Initial import of libqt-perl (not yet TQt compatible)
Diffstat (limited to 'puic/puic.pro')
-rw-r--r-- | puic/puic.pro | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/puic/puic.pro b/puic/puic.pro new file mode 100644 index 0000000..157ae59 --- /dev/null +++ b/puic/puic.pro @@ -0,0 +1,28 @@ + +TEMPLATE = app +INCLUDEPATH += . + +CONFIG += qt warn_on + +exists( $(QTDIR)/lib/libqt-mt* ) { + CONFIG += thread +} + +DEFINES += UIC QT_INTERNAL_XML + +# Input +HEADERS += domtool.h \ + globaldefs.h \ + parser.h \ + uic.h \ + widgetdatabase.h \ + widgetinterface.h +SOURCES += domtool.cpp \ + embed.cpp \ + form.cpp \ + main.cpp \ + object.cpp \ + parser.cpp \ + subclassing.cpp \ + uic.cpp \ + widgetdatabase.cpp |