diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-10-18 08:45:00 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-10-24 21:02:14 +0200 |
| commit | 488731a1b681e08db33b81484f2eaee67e40d8c8 (patch) | |
| tree | f05f97fd4fc970536f92c31f582b057b96e67d60 /sources/pyside2/doc/qtmodules | |
| parent | 96b423aede6df6bc4a4922aab174909cdc8225f4 (diff) | |
| parent | e66faec4ea11d394652a9cbf02dfe5b407d4c04d (diff) | |
Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"
Diffstat (limited to 'sources/pyside2/doc/qtmodules')
| -rw-r--r-- | sources/pyside2/doc/qtmodules/pyside-examples.qdocconf.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/pyside2/doc/qtmodules/pyside-examples.qdocconf.in b/sources/pyside2/doc/qtmodules/pyside-examples.qdocconf.in new file mode 100644 index 000000000..14808f218 --- /dev/null +++ b/sources/pyside2/doc/qtmodules/pyside-examples.qdocconf.in @@ -0,0 +1,12 @@ +include(@QT_SRC_DIR@/doc/global/qt-module-defaults.qdocconf) + +project = Pyside2Examples +description = Qt for Python Examples +version = $QT_VERSION + +sourcedirs += @CMAKE_CURRENT_SOURCE_DIR@/pyside-examples +exampledirs = @CMAKE_CURRENT_SOURCE_DIR@/../../../examples +examples.fileextensions += *.py *.pyproject +imagedirs += @CMAKE_CURRENT_SOURCE_DIR@/pyside-examples/images +url.examples = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/examples/\1?h=$QT_VER" +include(../pyside-config.qdocconf) |
