blob: 0173be40d5c62d61bca21beea5baec6b9be4a639 (
plain)
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf) project = QtConcurrent description = Qt Concurrent Reference Documentation version = $QT_VERSION examplesinstallpath = qtconcurrent qhp.projects = QtConcurrent qhp.QtConcurrent.file = qtconcurrent.qhp qhp.QtConcurrent.namespace = org.qt-project.qtconcurrent.$QT_VERSION_TAG qhp.QtConcurrent.virtualFolder = qtconcurrent qhp.QtConcurrent.indexTitle = Qt Concurrent qhp.QtConcurrent.indexRoot = qhp.QtConcurrent.subprojects = manual examples classes qhp.QtConcurrent.subprojects.manual.title = Qt Concurrent qhp.QtConcurrent.subprojects.manual.indexTitle = Qt Concurrent module topics qhp.QtConcurrent.subprojects.manual.type = manual qhp.QtConcurrent.subprojects.classes.title = C++ Classes qhp.QtConcurrent.subprojects.classes.indexTitle = Qt Concurrent C++ Classes qhp.QtConcurrent.subprojects.classes.selectors = class fake:headerfile qhp.QtConcurrent.subprojects.classes.sortPages = true qhp.QtConcurrent.subprojects.examples.title = Qt Concurrent Examples qhp.QtConcurrent.subprojects.examples.indexTitle = Qt Concurrent Examples qhp.QtConcurrent.subprojects.examples.selectors = fake:example tagfile = ../../../doc/qtconcurrent/qtconcurrent.tags depends += qtcore qtnetwork qtdoc qmake qtcmake headerdirs += .. sourcedirs += .. exampledirs += ../../../examples/qtconcurrent \ snippets \ . excludedirs += snippets imagedirs += images navigation.landingpage = "Qt Concurrent" navigation.cppclassespage = "Qt Concurrent C++ Classes" # Auto-generate navigation linking based on "Qt Concurrent module topics": navigation.toctitles = "Qt Concurrent module topics" navigation.toctitles.inclusive = false # Enforce zero documentation warnings warninglimit = 0
|