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

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

QT -= gui
QT += script xml

CONFIG += console
DESTDIR = $$IFW_APP_PATH

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