aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
blob: bb883cf39fb637a74fe38c562847f7f2e1a18976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtdeclarative.qdocconf)

project                 = QtQmlWorkerScript
description             = Qt Qml WorkerScript Reference Documentation
version                 = $QT_VERSION
moduleheader            = QtQmlWorkerScript
qhp.projects            = QtQmlWorkerScript

qhp.QtQmlWorkerScript.file                = qtqmlworkerscript.qhp
qhp.QtQmlWorkerScript.namespace           = org.qt-project.qtqmlworkerscript.$QT_VERSION_TAG
qhp.QtQmlWorkerScript.virtualFolder       = qtqmlworkerscript
qhp.QtQmlWorkerScript.indexRoot           =

qhp.QtQmlWorkerScript.filterAttributes    = qtqmlworkerscript $QT_VERSION qtrefdoc
qhp.QtQmlWorkerScript.customFilters.Qt.name = QtQmlWorkerScript $QT_VERSION
qhp.QtQmlWorkerScript.customFilters.Qt.filterAttributes = qtqmlworkerscript $QT_VERSION

qhp.QtQmlWorkerScript.title      = QML Types
qhp.QtQmlWorkerScript.indexTitle = Qt QML WorkerScript QML Types
qhp.QtQmlWorkerScript.selectors  = qmlclass
qhp.QtQmlWorkerScript.sortPages  = true

tagfile      = qtqmlworkerscript.tags

depends += qtcore qtqml qtdoc

headerdirs  += ..

sourcedirs  += .. \
               ../../imports/workerscript

exampledirs += ../../../examples/qml \
               ../ \
               snippets

navigation.qmltypespage = "Qt Qml WorkerScript QML Types"