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
482 B
25 lines
482 B
15 years ago
|
TEMPLATE = app
|
||
|
CONFIG += qt console warn_on release professional
|
||
|
HEADERS = uic.h \
|
||
|
widgetdatabase.h \
|
||
|
domtool.h \
|
||
|
parser.h \
|
||
|
widgetinterface.h
|
||
|
|
||
|
SOURCES = main.cpp uic.cpp form.cpp object.cpp \
|
||
|
subclassing.cpp embed.cpp\
|
||
|
widgetdatabase.cpp \
|
||
|
domtool.cpp \
|
||
|
parser.cpp
|
||
|
|
||
|
DEFINES += QT_INTERNAL_XML
|
||
|
#include( ../../../src/qt_professional.pri )
|
||
|
|
||
|
TARGET = rbuic
|
||
|
DEFINES += UIC
|
||
|
DESTDIR = /usr/bin
|
||
|
|
||
|
#target.path=$$bins.path
|
||
|
#INSTALLS += target
|
||
|
|