From 88e9e88a264292ccecb5af4a0c3bdaf059b3c775 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 3 Dec 2020 15:25:33 +0100 Subject: [PATCH] CMake: Mark qt-cmake-standalone-test as an executable on Unix The source permissions are transferred when using configure_file for non-prefix builds. This allows running qt-cmake-standalone-test in both non-prefix and prefix builds. Change-Id: I38829901d0bd4dfc4b89c665169798052b218fb0 Reviewed-by: Cristian Adam --- bin/qt-cmake-standalone-test.in | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/qt-cmake-standalone-test.in diff --git a/bin/qt-cmake-standalone-test.in b/bin/qt-cmake-standalone-test.in old mode 100644 new mode 100755