summaryrefslogtreecommitdiffstats
path: root/tests/fileengineserver/fileengineserver.pro
blob: 89cd0ffc90b94bf69c23cce92b1f561911527c93 (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 += fileengineserver.cpp

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