summaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-11-21 17:08:49 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-12-10 05:36:08 +0000
commit45c358b0da4e8f629d9c70a32fe06a3fb1cb6ca8 (patch)
tree74c9d67952622195763c200bf077ba9ef29cc68a /examples/corelib
parent9c325e0a3c01d2969160e6377d3fe7fe990585b5 (diff)
threads: disable threads examples for nothread builds
Change-Id: I2c253de973f5399c5ed68194b969ccebe457c689 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'examples/corelib')
-rw-r--r--examples/corelib/corelib.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/corelib/corelib.pro b/examples/corelib/corelib.pro
index 014e8af608..8caf2c16df 100644
--- a/examples/corelib/corelib.pro
+++ b/examples/corelib/corelib.pro
@@ -5,5 +5,6 @@ SUBDIRS = \
ipc \
mimetypes \
serialization \
- threads \
tools
+
+qtConfig(thread): SUBDIRS += threads