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

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

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

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

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