blob: 73b79b39acff723280b8d2fffae22f59decf2b3a [file] [log] [blame]
TEMPLATE = app
QT += remoteobjects core testlib
QT -= gui
TARGET = integration_external_server
DESTDIR = ./
CONFIG += c++11
CONFIG -= app_bundle
REPC_SOURCE = $$PWD/../MyInterface.rep
SOURCES += main.cpp \
mytestserver.cpp
HEADERS += \
mytestserver.h
INCLUDEPATH += $$PWD