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

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

QT -= gui
QT += script
LIBS += -linstaller

CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH

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