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

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

QT -= gui
QT += network

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

SOURCES += fileengineclient.cpp