summaryrefslogtreecommitdiffstats
path: root/tests/fileengineclient/fileengineclient.pro
blob: 8946813aeaa9582fac64dac902400bd11be157cb (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

QT += network

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

# Input
SOURCES += fileengineclient.cpp

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