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

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

QT -= gui
QT += qml xml concurrent

CONFIG -= import_plugins

CONFIG += console
DESTDIR = $$IFW_APP_PATH

SOURCES += repogen.cpp

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

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