summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/gradle/CMakeLists.txt
blob: f4cf02a90b0d9fa1bff2beaf40eabfedcad6a60b (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
    DESTINATION
        "${destination}"
)

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

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