1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
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