summaryrefslogtreecommitdiffstats
path: root/src/serialport/doc/qtserialport.qdocconf
blob: cf7c061318148d34a1228c6c9f8bbfd2cc40b2dc (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtSerialPort
description             = Qt Serial Port Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER/qtserialport
version                 = $QT_VERSION

qhp.projects            = QtSerialPort

qhp.QtSerialPort.file                = qtserialport.qhp
qhp.QtSerialPort.namespace           = org.qt-project.qtserialport.$QT_VERSION_TAG
qhp.QtSerialPort.virtualFolder       = qtserialport
qhp.QtSerialPort.indexTitle          = Qt Serial Port
qhp.QtSerialPort.indexRoot           =

qhp.QtSerialPort.filterAttributes    = qtserialport $QT_VERSION qtrefdoc
qhp.QtSerialPort.customFilters.Qt.name = QtSerialPort $QT_VERSION
qhp.QtSerialPort.customFilters.Qt.filterAttributes = qtserialport $QT_VERSION

qhp.QtSerialPort.subprojects         = overviews classes examples

qhp.QtSerialPort.subprojects.overviews.title = Overview
qhp.QtSerialPort.subprojects.overviews.indexTitle = Qt Serial Port
qhp.QtSerialPort.subprojects.overviews.selectors = fake:page,group,module
qhp.QtSerialPort.subprojects.overviews.sortPages = true

qhp.QtSerialPort.subprojects.classes.title = C++ Classes
qhp.QtSerialPort.subprojects.classes.indexTitle = Qt Serial Port C++ Classes
qhp.QtSerialPort.subprojects.classes.selectors = class fake:headerfile
qhp.QtSerialPort.subprojects.classes.sortPages = true

qhp.QtSerialPort.subprojects.examples.title = Examples
qhp.QtSerialPort.subprojects.examples.indexTitle = Qt Serial Port Examples
qhp.QtSerialPort.subprojects.examples.selectors = fake:example
qhp.QtSerialPort.subprojects.examples.sortPages = true

headerdirs  += ..
sourcedirs  += ..
exampledirs += ../../../examples/serialport
imagedirs   += images

depends += qtcore qtdoc