summaryrefslogtreecommitdiffstats
path: root/tests/auto/restart/client/client.pro
blob: ce435c2e2feed4f357e6163f94b1b66a33ecc853 (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 = ../subclass.rep

SOURCES += main.cpp \

HEADERS += \

INCLUDEPATH += $$PWD