summaryrefslogtreecommitdiffstats
path: root/examples/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/threads.pro')
-rw-r--r--examples/threads/threads.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/threads.pro b/examples/threads/threads.pro
index 027d4c2ebb..e47da84a06 100644
--- a/examples/threads/threads.pro
+++ b/examples/threads/threads.pro
@@ -4,4 +4,4 @@ CONFIG += no_docs_target
SUBDIRS = semaphores \
waitconditions
-!contains(QT_CONFIG, no-widgets):SUBDIRS += mandelbrot
+qtHaveModule(widgets): SUBDIRS += mandelbrot