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:
parent
6d10ecc699
commit
e0c0feb1d8
13
src/3rdparty/gradle/CMakeLists.txt
vendored
13
src/3rdparty/gradle/CMakeLists.txt
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user