mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-02 08:19:34 +00:00
Minimum required version is now Qt5.5 Change-Id: If000a507f0067650605987d38374bf6694eb16aa Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
20 lines
383 B
Prolog
20 lines
383 B
Prolog
TEMPLATE = app
|
|
TARGET = binarycreator
|
|
INCLUDEPATH += . .. rcc ../common
|
|
|
|
include(../../installerfw.pri)
|
|
|
|
QT -= gui
|
|
QT += qml xml
|
|
|
|
CONFIG += console
|
|
DESTDIR = $$IFW_APP_PATH
|
|
SOURCES = binarycreator.cpp \
|
|
rcc/rcc.cpp \
|
|
rcc/rccmain.cpp \
|
|
../common/repositorygen.cpp
|
|
HEADERS = rcc/rcc.h
|
|
RESOURCES += binarycreator.qrc
|
|
|
|
macx:include(../../no_app_bundle.pri)
|