TEMPLATE = app TARGET = repogen INCLUDEPATH += . .. include(../../installerfw.pri) QT -= gui QT += qml xml CONFIG += console DESTDIR = $$IFW_APP_PATH SOURCES += repogen.cpp macx:include(../../no_app_bundle.pri) target.path = $$[QT_INSTALL_BINS] INSTALLS += target