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

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

QT -= gui
QT += script xml

CONFIG += console
DESTDIR = $$IFW_APP_PATH

SOURCES += repogen.cpp \
           ../common/repositorygen.cpp
HEADERS += ../common/repositorygen.h

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