summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_external/client/client.pro
blob: 4c42f5c44d841b11a89db364921af951116e51a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
QT       += remoteobjects core testlib
QT       -= gui

TARGET = client
DESTDIR = ./
CONFIG   += c++11
CONFIG   -= app_bundle

REPC_REPLICA = ../MyInterface.rep

SOURCES += main.cpp \

HEADERS += \

INCLUDEPATH += $$PWD