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

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

QT -= gui
QT += qml xml

LIBS += -l7z
CONFIG += console
DESTDIR = $$IFW_APP_PATH

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

macx:include(../../no_app_bundle.pri)