summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_multiprocess/client/client.pro
blob: 084e665c0e43816acf79ae819723cc5d2aaa737c (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 = integration_multiprocess_client
DESTDIR = ./
CONFIG   += c++11
CONFIG   -= app_bundle

REPC_REPLICA = ../MyInterface.rep

SOURCES += main.cpp \

HEADERS += \

INCLUDEPATH += $$PWD