summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro
Commit message (Collapse)AuthorAgeFilesLines
* Revamp SSL exampleØystein Heskestad2023-06-061-5/+2
| | | | | | | | | | | | 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>
* SSL Examples: Explicitly state SSL requirementFriedemann Kleint2018-12-101-0/+3
| | | | | | | | | Give a proper error message when trying to build the example locally. Fixes: QTBUG-72394 Change-Id: I7a4178aabf0960af3172cfc2d86c2672ad962142 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Add SSL example & auto testBogDan Vatra2018-10-291-0/+21
Change-Id: I3342507fa2ea69f753f1f062c233211fad4791ff Reviewed-by: Brett Stottlemyer <bstottle@ford.com>