summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/threads/threads.pro')
-rw-r--r--examples/corelib/threads/threads.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/corelib/threads/threads.pro b/examples/corelib/threads/threads.pro
index e47da84a06..b9e17a8430 100644
--- a/examples/corelib/threads/threads.pro
+++ b/examples/corelib/threads/threads.pro
@@ -4,4 +4,6 @@ CONFIG += no_docs_target
SUBDIRS = semaphores \
waitconditions
-qtHaveModule(widgets): SUBDIRS += mandelbrot
+qtHaveModule(widgets): SUBDIRS += \
+ mandelbrot \
+ queuedcustomtype