aboutsummaryrefslogtreecommitdiffstats
path: root/examples/platforms/android/qml_in_kotlin_based_android_project/CMakeLists.txt
blob: efa2575b8fe0fde4fbe0d0426e34e849af22b784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)

project(qml_in_kotlin_based_android_project VERSION 0.1 LANGUAGES CXX)

install(DIRECTORY
    gradle
    app
    DESTINATION .
)
install(FILES
    settings.gradle
    gradle.properties
    build.gradle
    CMakeLists.txt
    DESTINATION .
)