diff options
| author | Øystein Heskestad <oystein.heskestad@qt.io> | 2023-05-22 16:41:35 +0200 |
|---|---|---|
| committer | Øystein Heskestad <oystein.heskestad@qt.io> | 2023-06-06 07:35:51 +0000 |
| commit | 743de69538696ea14e299c32056d40851bb9fdcd (patch) | |
| tree | bbe4b9197043614d8d13700afa383257ed75f081 /examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro | |
| parent | 98522adc399e4fcd97808a0ae4c3a231d6c67739 (diff) | |
Revamp SSL example
The example did not work because the two applications used different
rep-files to generate the remote objects. Use the same file in both
applications, fix usage of case in naming, expand the documentation,
and add a picture. Remove unused PresetData from rep-file.
Task-number: QTBUG-112850
Pick-to: 6.5 6.6
Change-Id: Ia7aafc52d647bca9ffec12b8dd548377f20b6ce4
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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 |
