aboutsummaryrefslogtreecommitdiffstats
path: root/src/macextras/doc/qtmacextras.qdocconf
blob: e7690c56203446c67b7c004be4e874bb47220b1e (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtMacExtras
description             = Qt Mac Extras Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER
version                 = $QT_VERSION

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

examplesinstallpath     = macextras

# Add a generic 'Qt Code Sample' thumbnail in Qt Creator for all examples
manifestmeta.thumbnail.names += "QtMacExtras/*"

headerdirs = ..
sourcedirs = ..
imagedirs += images

Cpp.ignoretokens += Q_MACEXTRAS_EXPORT

depends += qtcore qtgui qtwidgets qtdoc

qhp.projects = QtMacExtras

qhp.QtMacExtras.file = qtmacextras.qhp

qhp.QtMacExtras.namespace = org.qt-project.qtmacextras.$QT_VERSION_TAG

qhp.QtMacExtras.indexTitle = Qt Mac Extras
qhp.QtMacExtras.indexRoot =

qhp.QtMacExtras.filterAttributes = qtmacextras $QT_VERSION qtrefdoc
qhp.QtMacExtras.customFilters.Qt.name = QtMacExtras $QT_VERSION
qhp.QtMacExtras.customFilters.Qt.filterAttributes = qtmacextras $QT_VERSION

qhp.QtMacExtras.virtualFolder = qtmacextras
qhp.QtMacExtras.subprojects = classes examples
qhp.QtMacExtras.subprojects.classes.title = C++ Classes and Namespaces
qhp.QtMacExtras.subprojects.classes.indexTitle = Qt Mac Extras C++ Classes
qhp.QtMacExtras.subprojects.classes.selectors = class function namespace fake:headerfile
qhp.QtMacExtras.subprojects.classes.sortPages = true
qhp.QtMacExtras.subprojects.examples.title = Examples
qhp.QtMacExtras.subprojects.examples.indexTitle = Qt Mac Extras Examples
qhp.QtMacExtras.subprojects.examples.selectors = fake:example

navigation.landingpage = "Qt Mac Extras"
navigation.cppclassespage = "Qt Mac Extras C++ Classes"