summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/gradle/CMakeLists.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/3rdparty/gradle/CMakeLists.txt b/src/3rdparty/gradle/CMakeLists.txt
index d4eaa60838..a6fbfc962a 100644
--- a/src/3rdparty/gradle/CMakeLists.txt
+++ b/src/3rdparty/gradle/CMakeLists.txt
@@ -1,21 +1,20 @@
# special case begin
# special case skip regeneration
-install(
+qt_path_join(destination ${QT_INSTALL_DIR} "src/3rdparty/gradle")
+qt_copy_or_install(
FILES
gradlew
gradlew.bat
DESTINATION
- src/3rdparty/gradle
- COMPONENT
- Devel)
+ "${destination}"
+)
-install(
+qt_copy_or_install(
DIRECTORY
gradle
DESTINATION
- src/3rdparty/gradle
- COMPONENT
- Devel)
+ "${destination}"
+)
# special case end