summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator/binarycreator.pro
blob: b2e8c68b89c137bd8b48ed9dee18d08df118eb52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = binarycreator
INCLUDEPATH += . ..

include(../../installerfw.pri)

QT -= gui
QT += qml xml concurrent

CONFIG += console
DESTDIR = $$IFW_APP_PATH
SOURCES = main.cpp

macx:include(../../no_app_bundle.pri)

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target