blob: dc88d28ef961e6ec24b37957bc6dbe8b37779bc0 [file] [log] [blame]
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/server
INSTALLS += target