blob: e267f8b11f451d3138861d5c78b7d4c6ab10dfc6 (
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
|
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"
|