summaryrefslogtreecommitdiffstats
path: root/src/serialport/doc/qtserialport.qdocconf
blob: 811376827ca6561e08f77a3b07d9de55576a5c4a (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
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
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         = classes examples

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
excludedirs += ../qt4support

examplesinstallpath = serialport

depends += qtcore qtdoc

navigation.landingpage = "Qt Serial Port"
navigation.cppclassespage = "Qt Serial Port C++ Classes"