TEMPLATE = app TARGET = uic DESTDIR = ../../../bin DEFINES += QT_UIC INCLUDEPATH += . DEPENDPATH += . 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 load(qt_targets)