You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
528 B
25 lines
528 B
# 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@ $(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
|