summaryrefslogtreecommitdiffstats
path: root/tools/operationrunner/operationrunner.pro
blob: 798c7cc3539cfb03206a99a888c37537ba511c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
DEPENDPATH += . .. ../../installerbuilder/common
INCLUDEPATH += . ..

DESTDIR = ../../installerbuilder/bin

CONFIG += console
CONFIG -= app_bundle

include(../../installerbuilder/libinstaller/libinstaller.pri)

# Input
SOURCES += operationrunner.cpp

LIBS = -L../../installerbuilder/lib -linstaller $$LIBS