summaryrefslogtreecommitdiffstats
path: root/installerbuilder/archivegen/archivegen.pro
blob: 6ee903da7035b5ee0cdf06dd5f036fbc0c9db970 (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 += . ..

DESTDIR = ../bin

CONFIG += console
CONFIG -= app_bundle

QT += xml

include(../libinstaller/libinstaller.pri)

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