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

DESTDIR = ../bin

CONFIG += console
CONFIG -= app_bundle

QT += xml

include(../libinstaller/libinstaller.pri)

# Input
SOURCES += repogen.cpp \
           repositorygen.cpp
HEADERS += repositorygen.h