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

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

QT -= gui
QTPLUGIN += qico
QT += qml xml

!minQtVersion(5,4,0): QTPLUGIN += qtaccessiblewidgets

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)