blob: b21cdee9f58abe95d19c72117b2bada3cc962d9c (
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
50
51
52
53
54
55
56
|
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 = manual classes
qhp.QtQmlCompiler.subprojects.manual.title = Qt QML Compiler
qhp.QtQmlCompiler.subprojects.manual.indexTitle = Qt QML Compiler module topics
qhp.QtQmlCompiler.subprojects.manual.type = manual
qhp.QtQmlCompiler.subprojects.classes.title = C++ 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"
# Auto-generate navigation linking based on "Qt Labs Platform module topics":
navigation.toctitles = "Qt QML Compiler module topics"
navigation.toctitles.inclusive = false
# Enforce zero documentation warnings
warninglimit = 0
exampledirs += \
../../../examples/qmlcompiler
|