summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_multiprocess/server/server.pro
blob: 71f9160be70028d52c0f23d13322220cdce0b9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
QT       += remoteobjects core testlib
QT       -= gui

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

REPC_SOURCE = $$PWD/../MyInterface.rep \
              $$PWD/../PodInterface.rep

SOURCES += main.cpp \
    mytestserver.cpp

HEADERS += \
    mytestserver.h

INCLUDEPATH += $$PWD