summaryrefslogtreecommitdiffstats
path: root/installerbuilder/archivegen/archivegen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/archivegen/archivegen.pro')
-rw-r--r--installerbuilder/archivegen/archivegen.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/installerbuilder/archivegen/archivegen.pro b/installerbuilder/archivegen/archivegen.pro
new file mode 100644
index 000000000..6ee903da7
--- /dev/null
+++ b/installerbuilder/archivegen/archivegen.pro
@@ -0,0 +1,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