summaryrefslogtreecommitdiffstats
path: root/tests/fileengineclient/fileengineclient.pro
blob: 6e9eceec9c22dca8f4e539cf4b18afbbd008be10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
INCLUDEPATH += . ..
TARGET = fileengineclient

include(../../installerfw.pri)

QT -= gui
QT += network
LIBS += -linstaller

CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH

SOURCES += fileengineclient.cpp