TEMPLATE = app TARGET = archivegen INCLUDEPATH += . .. ../common include(../../installerfw.pri) QT -= gui QT += qml xml LIBS += -l7z CONFIG += console DESTDIR = $$IFW_APP_PATH SOURCES += archive.cpp \ ../common/repositorygen.cpp HEADERS += ../common/repositorygen.h macx:include(../../no_app_bundle.pri) target.path = $$[QT_INSTALL_BINS] INSTALLS += target