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.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/operationrunner/operationrunner.pro b/tools/operationrunner/operationrunner.pro
index 798c7cc35..a2882cbd7 100644
--- a/tools/operationrunner/operationrunner.pro
+++ b/tools/operationrunner/operationrunner.pro
@@ -10,6 +10,10 @@ CONFIG -= app_bundle
include(../../installerbuilder/libinstaller/libinstaller.pri)
# Input
-SOURCES += operationrunner.cpp
+SOURCES += operationrunner.cpp \
+ fakeinstaller.cpp
+
+HEADERS += \
+ fakeinstaller.h
LIBS = -L../../installerbuilder/lib -linstaller $$LIBS