diff options
| author | BogDan Vatra <bogdan@kdab.com> | 2018-07-02 15:41:24 +0200 |
|---|---|---|
| committer | BogDan Vatra <bogdan@kdab.com> | 2018-10-29 06:20:35 +0000 |
| commit | 88673b336fd52c026134d1e348d12c310c48b1ac (patch) | |
| tree | c0c59a79773d0a6b4eb3baeb9dfaefe2fcbc0d8f /examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro | |
| parent | e8f49d3bf0557cc3c1b1e0358bed720023fdc2b4 (diff) | |
Add SSL example & auto test
Change-Id: I3342507fa2ea69f753f1f062c233211fad4791ff
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro')
| -rw-r--r-- | examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro b/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro new file mode 100644 index 0000000..f9a1541 --- /dev/null +++ b/examples/remoteobjects/ssl/sslcppclient/sslcppclient.pro @@ -0,0 +1,21 @@ +REPC_REPLICA += timemodel.rep +QT = remoteobjects remoteobjects-private core + +QT -= gui + +TARGET = SslCppClient +CONFIG -= app_bundle + +TEMPLATE = app + +SOURCES += main.cpp + +OTHER_FILES += \ + timemodel.rep + +RESOURCES += \ + ../sslserver/cert/cert.qrc + + +target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/ssl/sslcppclient +INSTALLS += target |
