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

# Only build jars during Android build and install the templates for the
# androiddeployqt tool.
# android
if (ANDROID)
    add_subdirectory(jar)
    add_subdirectory(java)
    add_subdirectory(templates)
endif()