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.
libtqt-perl/puic/puic.pro

29 lines
529 B

TEMPLATE = app
INCLUDEPATH += .
CONFIG += qt warn_on
exists( $(TQTDIR)/lib/libtqt-mt* ) {
CONFIG += thread
}
DEFINES += UIC TQT_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