aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-03-19 16:45:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-19 17:52:08 +0100
commitfd65264aca55e599e94326311032b2075f60e6d7 (patch)
treef924989e4805ee1bf79359b40120b4db1a410459 /examples/examples.pro
parentff4fb490dee278dd95afa31d0c35172804cb8dc2 (diff)
Move examples into 'websockets' folder
In the packaging process the content of all 'examples' folders are copied together into one folder ... so modules are supposed to have their submodule name as a sub-folder of 'examples'. Change-Id: I9981b914e8268c932ca5a3d1c9fa73f8db0b6a5b Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro11
1 files changed, 1 insertions, 10 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 76a0e9f..158e1ce 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,12 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = echoclient \
- echoserver \
- simplechat
-qtHaveModule(quick): SUBDIRS += qmlwebsocketclient
-
-contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
-SUBDIRS += \
- sslechoserver \
- sslechoclient
-}
+SUBDIRS = websockets \ No newline at end of file