author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:41:55 +0100 | |
branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
TEMPLATE = app TARGET = uic DESTDIR = ../../../bin DEFINES += QT_UIC INCLUDEPATH += . DEPENDPATH += . !contains(QT_CONFIG, qt3support):DEFINES += QT_NO_QT3_SUPPORT include(uic.pri) include(cpp/cpp.pri) HEADERS += uic.h SOURCES += main.cpp \ uic.cpp include(../bootstrap/bootstrap.pri) target.path=$$[QT_INSTALL_BINS] INSTALLS += target include(../../qt_targets.pri)