summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/remoteobjects_server/remoteobjects_server.pro
blob: 1c1441d15f70939fee1db027d4654414fc298b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG   += console


REPC_SOURCE += ../timemodel.rep
QT = remoteobjects core

SOURCES += timemodel.cpp main.cpp
HEADERS += timemodel.h

contains(QT_CONFIG, c++11): CONFIG += c++11

target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/remoteobjects_server
INSTALLS += target