aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/pyside-config.qdocconf.in
blob: e897069ad75a5640ccf508c00c5b707876848f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
buildversion              = @PYSIDE_QT_VERSION@
navigation.homepage       = Qt for Python

outputdir                 = @DOC_DATA_DIR@
outputformats             = WebXML
WebXML.quotinginformation = true
WebXML.nosubdirs          = true
WebXML.outputsubdir       = webxml

spurious                 += "Hostile character .*"

#excludes qdoc statements that are not relevant for PySide2
defines                  += qtforpython

includepaths += \
    -I @QT_INCLUDE_DIR@ \
    -I @mkspecInclude@ \