diff --git a/src/3rdparty/gradle/CMakeLists.txt b/src/3rdparty/gradle/CMakeLists.txt index 20c0181403..eabeff2669 100644 --- a/src/3rdparty/gradle/CMakeLists.txt +++ b/src/3rdparty/gradle/CMakeLists.txt @@ -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