aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/doc/qtqmlcompiler.qdocconf
blob: d5b45c27312ddc1e5f0e4437d4b56601ffa79f87 (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
38
39
40
41
42
43
44
45
46
47
48
49
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtdeclarative.qdocconf)

project                 = QtQmlCompiler
description             = Qt QML Compiler Reference Documentation
version                 = $QT_VERSION

qhp.projects            = QtQmlCompiler

qhp.QtQmlCompiler.file          = qtqmlcompiler.qhp
qhp.QtQmlCompiler.namespace     = org.qt-project.qtqmlcompiler.$QT_VERSION_TAG
qhp.QtQmlCompiler.virtualFolder = qtqmlcompiler
qhp.QtQmlCompiler.indexTitle    = Qt QML Compiler
qhp.QtQmlCompiler.indexRoot     =

qhp.QtQmlCompiler.subprojects = classes
qhp.QtQmlCompiler.subprojects.classes.title = Classes
qhp.QtQmlCompiler.subprojects.classes.indexTitle = Qt QML Compiler C++ Classes
qhp.QtQmlCompiler.subprojects.classes.selectors = namespace class
qhp.QtQmlCompiler.subprojects.classes.sortPages = true

tagfile                 = qtqmlcompiler.tags

depends += \
    qtcore \
    qtnetwork \
    qtqmlmodels \
    qtqmlworkerscript \
    qtgui \
    qtquick \
    qtdoc \
    qtlinguist \
    qtwidgets \
    qtquickcontrols \
    qmake \
    qtcmake \
    qtqml

headerdirs  += ..

sourcedirs  += ..

navigation.landingpage = "Qt QML Compiler"
navigation.cppclassespage = "Qt QML Compiler C++ Classes"

# Enforce zero documentation warnings
warninglimit = 0
exampledirs += \
    ../../../examples/qmlcompiler