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

CONFIG += console
DESTDIR = $$IFW_APP_PATH

SOURCES += fileengineclient.cpp

macx:include(../../no_app_bundle.pri)