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

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

QT -= gui
QT += script

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

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