summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/gradle/CMakeLists.txt
blob: eabeff26690664b6030e17468e36a1b3531de137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
qt_path_join(destination ${QT_INSTALL_DIR} "src/3rdparty/gradle")
qt_copy_or_install(
    PROGRAMS
        gradlew
        gradlew.bat
    DESTINATION
        "${destination}"
)

qt_copy_or_install(
    FILES
        gradle.properties
    DESTINATION
        "${destination}"
)

qt_copy_or_install(
    DIRECTORY
        gradle
    DESTINATION
        "${destination}"
)