blob: 44c10fb4cbaa16f09086dd028377c0754e033967 (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtDeclarative
description = "Qt Declarative Examples Documentation"
version = $QT_VERSION
exampleinstallpath = declarative
qhp.projects = QtDeclarative
qhp.QtDeclarative.file = qtdeclarative.qhp
qhp.QtDeclarative.namespace = org.qt-project.qtdeclarative.$QT_VERSION_TAG
qhp.QtDeclarative.virtualFolder = declarative
qhp.QtDeclarative.indexTitle = Qt Quick
qhp.QtDeclarative.indexRoot =
qhp.QtDeclarative.filterAttributes = declarative $QT_VERSION qtrefdoc
qhp.QtDeclarative.customFilters.Qt.name = declarative $QT_VERSION
qhp.QtDeclarative.customFilters.Qt.filterAttributes = declarative $QT_VERSION
depends += qtcore qtgui qtscript qtdoc
exampledirs = ../examples/declarative
headerdirs += ..
sourcedirs += ..
imagedirs += images
|