diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-09-12 14:49:29 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2016-09-14 10:51:36 +0000 |
commit | ccb138548314a767a897496c74c04a261a391027 (patch) | |
tree | d03b664c43025d091be7cfc852d29715c6defe53 /examples | |
parent | 05cebe43075f0dd9864199533608c1c520aea0fd (diff) | |
download | qtwebsockets-ccb138548314a767a897496c74c04a261a391027.tar.gz |
Make sure we find the ssl feature from QtNetworkv5.8.0-beta1
Required to be able to continue to compile this module
with the modularized configure
Change-Id: I9c929a1ab8e856922bacb92ca17c8e1588fa591b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/websockets/websockets.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/websockets/websockets.pro b/examples/websockets/websockets.pro index 8ad9645..fa6c0c0 100644 --- a/examples/websockets/websockets.pro +++ b/examples/websockets/websockets.pro @@ -1,4 +1,5 @@ TEMPLATE = subdirs +QT_FOR_CONFIG += network SUBDIRS = echoclient \ echoserver \ |