aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/CreatePythonXY.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: include textwrap in the generated python zip fileDavid Schulz2024-02-211-28/+28
| | | | | | | | | | | textwrap is required for traceback that is used when the last command gets debugged Amends 0a2b6a910acd8d75bb14c1860c60c248aa5e073e Change-Id: I7d62dbe2bc0f4e1839f07b9bff687ee1f4e4c885 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* Cdbext: fix collecting required modules for python > 3.10David Schulz2023-02-241-1/+1
| | | | | | Change-Id: Ib8f5ff953f70cfb1ad15ea29522e02d65c58cafa Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* CMake build: Make errors of execute_process fail the buildTim Jenssen2022-11-281-0/+2
| | | | | | | | | | | Instead of silenty failing and resulting in broken builds/packages. The property is only available since CMake 3.19, so limit the feature to that. Change-Id: I82b06e78540e81a809f7fdfe130648becfc9672e Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* CMake Build: Fix missing pythonXY.zip on MSVCCristian Adam2020-10-191-0/+79
Ammends 94b9b33a17e3f7760cbbf9abd021984839106647 Change-Id: I531a648a108233fbefbe6878f65f8ab7186db39a Reviewed-by: Eike Ziller <eike.ziller@qt.io>