summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-12-07 07:33:44 +0100
committerAndy Shaw <andy.shaw@qt.io>2018-12-07 13:57:51 +0000
commit0eb8ff632f0580f18a7b8de97dc0a2175f61943f (patch)
tree542896db3dc5774da8a207d08c724692d1884e1b /examples
parent243807c53d4920a69022cc8f7d11edf59602d0ba (diff)
Only include the ssl example and test if the OpenSSL feature is available
Change-Id: I55cfc9bcf96b573a8d614d8fe11a9ad73615a525 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/remoteobjects/remoteobjects.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/remoteobjects/remoteobjects.pro b/examples/remoteobjects/remoteobjects.pro
index 6d1ae2f..e1e0d63 100644
--- a/examples/remoteobjects/remoteobjects.pro
+++ b/examples/remoteobjects/remoteobjects.pro
@@ -5,8 +5,9 @@ SUBDIRS = \
cppclient \
modelviewclient \
modelviewserver \
- simpleswitch \
- ssl
+ simpleswitch
+
+contains(QT_CONFIG, ssl): SUBDIRS += ssl
qtHaveModule(quick) {
SUBDIRS += \