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.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/operationrunner/operationrunner.pro b/tools/operationrunner/operationrunner.pro
deleted file mode 100644
index bbef403ad..000000000
--- a/tools/operationrunner/operationrunner.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TEMPLATE = app
-DEPENDPATH += . .. ../../installerbuilder/common
-INCLUDEPATH += . ..
-
-DESTDIR = ../../installerbuilder/bin
-
-CONFIG += console
-CONFIG -= app_bundle
-
-include(../../installerbuilder/libinstaller/libinstaller.pri)
-
-# Input
-SOURCES += operationrunner.cpp
-
-HEADERS +=
-
-LIBS = -L../../installerbuilder/lib -linstaller $$LIBS