summaryrefslogtreecommitdiffstats
path: root/tools/archivegen/archivegen.pro
blob: 9d778ee98c0769f113c434fbda96a40e88bab38f (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
LIBS += -linstaller

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

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