summaryrefslogtreecommitdiffstats
path: root/src/android/templates/CMakeLists.txt
blob: d0f1f4bf71c22fe7472f67969dc8d5686bc10d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Android template files

# special case skip regeneration
# special case begin
set(template_files
    AndroidManifest.xml
    build.gradle)

set(template_directories
    res)

qt_path_join(destination ${QT_INSTALL_DIR} "src/android/templates")
qt_copy_or_install(FILES ${template_files}
                   DESTINATION "${destination}")

qt_copy_or_install(DIRECTORY ${template_directories}
                   DESTINATION "${destination}")
# special case end