From 60a600924ad950665809986d64b26bdacc1b29ef Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 4 Oct 2024 07:49:27 +0200 Subject: Documentation/examples: Show/bundle utils/pyside_config.py Task-number: PYSIDE-2882 Change-Id: Id3c5e0d934b36b0a1f43069022f7be9060f0ea8b Reviewed-by: Shyamnath Premnadh --- examples/scriptableapplication/doc/scriptableapplication.pyproject | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/scriptableapplication/doc/scriptableapplication.pyproject') 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"] } -- cgit v1.2.3