CMake: Fix executable bit of installed gradlew

Fixes: QTBUG-106610
Change-Id: I878c09a43cd62d31136126861a1d11be1b7b8574
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2022-09-14 08:55:32 +02:00
parent 6d10ecc699
commit e0c0feb1d8

View File

@ -1,11 +1,14 @@
# special case begin
# special case skip regeneration
qt_path_join(destination ${QT_INSTALL_DIR} "src/3rdparty/gradle")
qt_copy_or_install(
FILES
PROGRAMS
gradlew
gradlew.bat
DESTINATION
"${destination}"
)
qt_copy_or_install(
FILES
gradle.properties
DESTINATION
"${destination}"
@ -17,5 +20,3 @@ qt_copy_or_install(
DESTINATION
"${destination}"
)
# special case end