Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qt_add_android_dynamic_feature_java_source_dirs.qdoc
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qt_add_android_dynamic_feature_java_source_dirs.html
6\ingroup cmake-commands-qtcore
7
8\title qt_add_android_dynamic_feature_java_source_dirs
9\keyword qt6_add_android_dynamic_feature_java_source_dirs
10
11\summary {Adds Java source directories to a dynamic feature build.}
12
13\include cmake-find-package-core.qdocinc
14
15\cmakecommandsince 6.11
16
17\section1 Synopsis
18
19\badcode
20qt_add_android_dynamic_feature_java_source_dirs(target [SOURCE_DIRS <directory1> <directory2> ...])
21\endcode
22
23\versionlessCMakeCommandsNote qt6_add_android_dynamic_feature_java_source_dirs()
24
25\section1 Description
26
27The command adds extra Java/Kotlin source directories to the \c {target}
28executable when building the executable app with dynamic feature functionality.
29To be used in conjunction with qt6_add_android_dynamic_features().
30*/