summaryrefslogtreecommitdiffstats
path: root/installerbuilder/operationrunner/operationrunner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/operationrunner/operationrunner.pro')
-rw-r--r--installerbuilder/operationrunner/operationrunner.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/installerbuilder/operationrunner/operationrunner.pro b/installerbuilder/operationrunner/operationrunner.pro
new file mode 100644
index 000000000..32cbd17e0
--- /dev/null
+++ b/installerbuilder/operationrunner/operationrunner.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET = operationrunner
+DEPENDPATH += . .. ../common
+INCLUDEPATH += . ..
+
+DESTDIR = ../bin
+
+CONFIG += console
+CONFIG -= app_bundle
+
+QT += xml
+
+include(../libinstaller/libinstaller.pri)
+
+# Input
+SOURCES += operationrunner.cpp
+
+LIBS = -L../../installerbuilder/lib -linstaller $$LIBS