diff options
author | Friedemann Kleint <[email protected]> | 2024-10-04 07:49:27 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2024-10-04 09:11:28 +0200 |
commit | 60a600924ad950665809986d64b26bdacc1b29ef (patch) | |
tree | 104b667d4e855bb863a4f78a11e207b57572bb1e | |
parent | 37fa79a4ef18fdd59addb0daed2ce2eff6e5e2a5 (diff) |
Documentation/examples: Show/bundle utils/pyside_config.py
Task-number: PYSIDE-2882
Change-Id: Id3c5e0d934b36b0a1f43069022f7be9060f0ea8b
Reviewed-by: Shyamnath Premnadh <[email protected]>
3 files changed, 7 insertions, 4 deletions
diff --git a/examples/samplebinding/doc/samplebinding.pyproject b/examples/samplebinding/doc/samplebinding.pyproject index b0786355f..883c74c09 100644 --- a/examples/samplebinding/doc/samplebinding.pyproject +++ b/examples/samplebinding/doc/samplebinding.pyproject @@ -7,5 +7,6 @@ "../main.py", "../truck.cpp", "../truck.h", - "../CMakeLists.txt"] + "../CMakeLists.txt", + "../../utils/pyside_config.py"] } diff --git a/examples/scriptableapplication/doc/scriptableapplication.pyproject b/examples/scriptableapplication/doc/scriptableapplication.pyproject index eee541125..1b1545c78 100644 --- a/examples/scriptableapplication/doc/scriptableapplication.pyproject +++ b/examples/scriptableapplication/doc/scriptableapplication.pyproject @@ -1,9 +1,11 @@ { "files": ["../main.cpp", + "../scriptableapplication.xml", "../mainwindow.cpp", "../mainwindow.h", "../pythonutils.cpp", "../pythonutils.h", "../wrappedclasses.h", - "../CMakeLists.txt"] + "../CMakeLists.txt", + "../../utils/pyside_config.py"] } diff --git a/examples/widgetbinding/doc/widgetbinding.pyproject b/examples/widgetbinding/doc/widgetbinding.pyproject index cfeb54c77..da4219d88 100644 --- a/examples/widgetbinding/doc/widgetbinding.pyproject +++ b/examples/widgetbinding/doc/widgetbinding.pyproject @@ -1,5 +1,6 @@ { "files": ["../bindings.h", + "../bindings.xml", "../dialog.py", "../macros.h", "../main.py", @@ -8,6 +9,5 @@ "../wigglywidget.h", "../wigglywidget.py", "../CMakeLists.txt", - "../bindings.xml" - ] + "../../utils/pyside_config.py"] } |