summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorDimitrios Apostolou <jimis@qt.io>2021-11-26 23:27:23 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-05-19 14:19:15 +0200
commit58d472dfe17a42e222fc2574a910f860bed26b4a (patch)
tree804c2482276a7e0a25c2f94b49ce62fc9a8bcce1 /cmake
parente374fcaa967afc06e8763e86f9a309b7a93d7fe1 (diff)
Cherry-pick qt-testrunner.py from dev branch
Task-number: QTBUG-96353 Change-Id: I5be469a44a306ebe2eada4983dc971e576ad0637 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake2
-rw-r--r--cmake/QtWrapperScriptHelpers.cmake1
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index 4261a5cf09..1e858a0f34 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -390,3 +390,5 @@ endif()
qt_path_join(__qt_libexec_install_dir "${QT_INSTALL_DIR}" "${INSTALL_LIBEXECDIR}")
qt_copy_or_install(FILES coin/instructions/qmake/ensure_pro_file.cmake
DESTINATION "${__qt_libexec_install_dir}")
+qt_copy_or_install(PROGRAMS "util/testrunner/qt-testrunner.py"
+ DESTINATION "${__qt_libexec_install_dir}")
diff --git a/cmake/QtWrapperScriptHelpers.cmake b/cmake/QtWrapperScriptHelpers.cmake
index 8677f258fc..0b9b5cfa23 100644
--- a/cmake/QtWrapperScriptHelpers.cmake
+++ b/cmake/QtWrapperScriptHelpers.cmake
@@ -3,6 +3,7 @@
# qt-cmake-private
# qt-configure-module
# qt-cmake-private-install
+# And other helper scripts.
function(qt_internal_create_wrapper_scripts)
# Provide a convenience cmake wrapper.