diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-21 14:11:21 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-21 15:57:03 +0100 |
| commit | 5f9b1e42323af00952808012a3c99c8545c7b8da (patch) | |
| tree | 98a7285c73ae998f9c1fd04559883812e7d9661e /sources/pyside6 | |
| parent | d87fb1d2145102a21aca9ca7ae0cd1160f767eaf (diff) | |
Documentation: Fix qdoc to run
Adapt to qtdoc/545681fbf071aa1c2ccc7a1211814440e592314a.
Pick-to: 6.8
Task-number: PYSIDE-1106
Change-Id: I5697cdc2ec8798b09a8b13f715821f012aeb3d74
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/doc/pyside-config.qdocconf.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sources/pyside6/doc/pyside-config.qdocconf.in b/sources/pyside6/doc/pyside-config.qdocconf.in index 7807c9d52..2339feaad 100644 --- a/sources/pyside6/doc/pyside-config.qdocconf.in +++ b/sources/pyside6/doc/pyside-config.qdocconf.in @@ -14,6 +14,22 @@ 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@ \ |
