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

INCLUDEPATH += . ..
include(../../installerfw.pri)

QT -= gui
QT += qml xml

CONFIG += console
DESTDIR = $$IFW_APP_PATH

SOURCES += repogen.cpp

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

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