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.
tdebindings/qtruby/rubylib/designer/rbuic/rbuic.pro

25 lines
482 B

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