blob: 5bb7120775494102303e843cc700126e3e7a58b2 [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 \
$$PWD/../PodInterface.rep
SOURCES += main.cpp \
mytestserver.cpp
HEADERS += \
mytestserver.h
$$OUT_PWD/rep_MyInterface_source.h
INCLUDEPATH += $$PWD