1 | include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) |
2 | include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf) |
3 | |
4 | project = QtConcurrent |
5 | description = Qt Concurrent Reference Documentation |
6 | version = $QT_VERSION |
7 | |
8 | examplesinstallpath = qtconcurrent |
9 | |
10 | qhp.projects = QtConcurrent |
11 | |
12 | qhp.QtConcurrent.file = qtconcurrent.qhp |
13 | qhp.QtConcurrent.namespace = org.qt-project.qtconcurrent.$QT_VERSION_TAG |
14 | qhp.QtConcurrent.virtualFolder = qtconcurrent |
15 | qhp.QtConcurrent.indexTitle = Qt Concurrent |
16 | qhp.QtConcurrent.indexRoot = |
17 | |
18 | qhp.QtConcurrent.filterAttributes = qtconcurrent $QT_VERSION qtrefdoc |
19 | qhp.QtConcurrent.customFilters.Qt.name = QtConcurrent $QT_VERSION |
20 | qhp.QtConcurrent.customFilters.Qt.filterAttributes = qtconcurrent $QT_VERSION |
21 | |
22 | qhp.QtConcurrent.subprojects = classes |
23 | qhp.QtConcurrent.subprojects.classes.title = C++ Classes |
24 | qhp.QtConcurrent.subprojects.classes.indexTitle = Qt Concurrent C++ Classes |
25 | qhp.QtConcurrent.subprojects.classes.selectors = class fake:headerfile |
26 | qhp.QtConcurrent.subprojects.classes.sortPages = true |
27 | |
28 | tagfile = ../../../doc/qtconcurrent/qtconcurrent.tags |
29 | |
30 | depends += qtcore qtdoc qmake qtcmake |
31 | |
32 | headerdirs += .. |
33 | |
34 | sourcedirs += .. |
35 | |
36 | exampledirs += ../../../examples/qtconcurrent \ |
37 | snippets \ |
38 | . |
39 | |
40 | manifestmeta.highlighted.names = "QtConcurrent/Image Scaling Example" |
41 | |
42 | excludedirs += snippets |
43 | |
44 | imagedirs += images |
45 | |
46 | navigation.landingpage = "Qt Concurrent" |
47 | navigation.cppclassespage = "Qt Concurrent C++ Classes" |
48 | |