summaryrefslogtreecommitdiffstats
path: root/src/android/java/CMakeLists.txt
blob: c9046dee13e5f724746d91215cab155ae59ab47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Android Java Resource files

# special case skip regeneration
# special case begin
set(resource_directories
    res
    src)

qt_path_join(destination ${QT_INSTALL_DIR} "src/android/java")
qt_copy_or_install(DIRECTORY ${resource_directories}
                   DESTINATION "${destination}"
)
# special case end