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

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

QT -= gui
QT += qml xml

CONFIG -= import_plugins

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

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

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