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

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

QT -= gui
LIBS += -linstaller

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

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