summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/threads.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-21 16:19:52 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-03 10:25:22 +0000
commit619ab8080dfc4e0908552e71ee2ae19db6ab2c9c (patch)
tree4452d38bea962357bc1bec637b4d2a6dc4a6e8b6 /examples/corelib/threads/threads.pro
parent5bbbea4c83149d6920cff2991fc2458c49a1004e (diff)
fix build and installation of queuedcustomtype example
it was not built at all (and didn't build with qt in a namespace), and consequently was not installed as well. Change-Id: I24d8ac4dd5d70927c262ad6336e5ee32a0fd003a Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
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