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