blob: 7b574424132969529b7d74e10c1243e0347fa5c6 [file] [log] [blame]
QT += core
REPC_REPLICA += timemodel.rep
QT += remoteobjects
QT -= gui
TARGET = CppClient
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
OTHER_FILES += \
timemodel.rep
target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/cppclient
INSTALLS += target