blob: 71f9160be70028d52c0f23d13322220cdce0b9f5 [file] [log] [blame]
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