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 b5cba3509d..084ce1a68f 100644
--- a/examples/threads/threads.pro
+++ b/examples/threads/threads.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = semaphores \
waitconditions
-!contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
+!contains(QT_CONFIG, no-widgets):SUBDIRS += mandelbrot
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads