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