summaryrefslogtreecommitdiffstats
path: root/pyuic2/pyuic.pro.in
blob: beeea65292bff6b882e853f053fb62ac2f96c1be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 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