summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/qtconcurrent.qdocconf
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-05-22 09:49:16 +0200
committerKai Koehne <kai.koehne@qt.io>2020-05-26 15:11:41 +0200
commit4f59d94bf3aa804edde1d81fac412d8fbcc92115 (patch)
treee3f0086675386f93bed3927d4e873f05f51d9828 /src/concurrent/doc/qtconcurrent.qdocconf
parent9980ba5ba58b30933e951bd8c4f9807c42b978fd (diff)
Document how to use CMake for Qt Concurrent
Task-number: QTBUG-73058 Change-Id: I11398c5837b45ccacb9232609317213133ef20ea Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/concurrent/doc/qtconcurrent.qdocconf')
-rw-r--r--src/concurrent/doc/qtconcurrent.qdocconf7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/concurrent/doc/qtconcurrent.qdocconf b/src/concurrent/doc/qtconcurrent.qdocconf
index 610dca2a7e..b60b3c1cd7 100644
--- a/src/concurrent/doc/qtconcurrent.qdocconf
+++ b/src/concurrent/doc/qtconcurrent.qdocconf
@@ -27,15 +27,16 @@ qhp.QtConcurrent.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtconcurrent/qtconcurrent.tags
-depends += qtcore qtdoc
+depends += qtcore qtdoc qmake qtcmake
headerdirs += ..
sourcedirs += ..
exampledirs += ../../../examples/qtconcurrent \
- ../ \
- snippets
+ snippets \
+ .. \
+ .
manifestmeta.highlighted.names = "QtConcurrent/QtConcurrent Progress Dialog Example"