author | William Roberts <williamr@symbian.org> |
Mon, 21 Jun 2010 22:38:13 +0100 | |
branch | GCC_SURGE |
changeset 27 | 93b982ccede2 |
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)