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

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

QT -= gui
QT += script

CONFIG += console
DESTDIR = $$IFW_APP_PATH

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