blob: 2339feaad26b10f9ec6da4c0de12b35194624bef (
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
|
buildversion = @PYSIDE_QT_VERSION@
navigation.homepage = Qt for Python
macro.nullptr = "\\c{None}"
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 PySide6
defines += qtforpython
# Dummies for Apple platform versions
macro.macOSMinSdkVersion = ""
macro.macOSMinXcodeVersion = ""
macro.macOSMinVersion = ""
macro.macOSMaxVersionTested = ""
macro.iOSMinSdkVersion = ""
macro.iOSMinXcodeVersion = ""
macro.iOSMinVersion = ""
macro.iOSMaxVersionTested = ""
macro.visionOSMinSdkVersion = ""
macro.visionOSMinXcodeVersion = ""
macro.visionOSMinVersion = ""
macro.visionOSMaxVersionTested = ""
includepaths += \
-I @QT_INCLUDE_DIR@ \
-I @mkspecInclude@ \
|