QT_FOR_CONFIG += network requires(qtConfig(ssl)) REPC_REPLICA += ../../timemodel.rep QT = remoteobjects remoteobjects-private core QT -= gui TARGET = sslcppclient CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp RESOURCES += \ ../sslserver/cert/cert.qrc target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/ssl/sslcppclient INSTALLS += target