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