aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2021-04-21 14:00:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-21 15:24:55 +0000
commitf1614a0d24bcfaa9f452057556d01df8942dedfe (patch)
treedebfa66e98f0cfeec13e5a160907ae99825c5778
parent7846820197b95ffc74e899df600542f5f2eaf3c7 (diff)
cmake: add dependencies to rebuild libshiboken embedded files, addendum
There was one file forgotten when adding dependencies. This was recognized when back-porting the original change to 5.15 . Task-number: PYSIDE-1536 Change-Id: I5c396e8de47c716acb9e301d60930296bd530a64 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit f6a0b8d4e7eb092198a1f340dc3aa8580d028843) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/shiboken6/libshiboken/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/libshiboken/CMakeLists.txt b/sources/shiboken6/libshiboken/CMakeLists.txt
index 84355e4d6..1647160c8 100644
--- a/sources/shiboken6/libshiboken/CMakeLists.txt
+++ b/sources/shiboken6/libshiboken/CMakeLists.txt
@@ -49,6 +49,7 @@ add_custom_command(
--limited-api ${PYTHON_LIMITED_API}
${embedding_option}
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/embed/embedding_generator.py"
+ "${CMAKE_CURRENT_SOURCE_DIR}/embed/signature_bootstrap.py"
${embedded_shiboken_files}
)