summaryrefslogtreecommitdiffstats
path: root/tests/fileengineclient/fileengineclient.pro
blob: e09ad0b94e10cf94441b49c03244cf4a27929c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
DEPENDPATH += . ..
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