summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2020-11-13 18:46:49 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2020-11-17 11:47:37 +0100
commit4456ebc1e33684d506f45ff3a3cb2f90b747a696 (patch)
tree5cc390935a4994e773867bba7f9d6ac20efc0143 /bin
parent996255baae06310b09892f4376fb8b3227ecbb70 (diff)
CMake: Make paths in qt-cmake-standalone-test relative
Make paths in qt-cmake-standalone-test relative to script's PWD. Fixes: QTBUG-88380 Change-Id: I6ab507c31ebed391f4e85bc6fe3f7f747dd97d54 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qt-cmake-standalone-test.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/qt-cmake-standalone-test.in b/bin/qt-cmake-standalone-test.in
index 91413b21eb..d13c3eee40 100755
--- a/bin/qt-cmake-standalone-test.in
+++ b/bin/qt-cmake-standalone-test.in
@@ -1,3 +1,4 @@
@__qt_cmake_standalone_test_os_prelude@
-@__qt_cmake_private_path@ @__qt_cmake_standalone_test_path@ -DQT_STANDALONE_TEST_PATH=@__qt_cmake_standalone_passed_args@
+@__qt_cmake_standalone_test_script_relpath@
+@__qt_cmake_private_relpath@ @__qt_cmake_standalone_test_relpath@ -DQT_STANDALONE_TEST_PATH=@__qt_cmake_standalone_passed_args@