diff options
Diffstat (limited to 'examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro')
| -rw-r--r-- | examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro b/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro index 07fb8da..c616441 100644 --- a/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro +++ b/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro @@ -1,21 +1,18 @@ QT_FOR_CONFIG += network requires(qtConfig(ssl)) -REPC_REPLICA += timemodel.rep +REPC_REPLICA += ../../timemodel.rep QT = remoteobjects remoteobjects-private core QT -= gui -TARGET = SslCppClient +TARGET = sslcppclient CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp -OTHER_FILES += \ - timemodel.rep - RESOURCES += \ ../sslserver/cert/cert.qrc |
