summaryrefslogtreecommitdiffstats
path: root/tools/operationrunner/operationrunner.pro
blob: bbef403ad4a4fa8d8de44d573fdd81d2f39282db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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