qt_add_android_dynamic_feature_java_source_dirs
동적 기능 빌드에 Java 소스 디렉터리를 추가합니다.
이 명령은 Qt6 패키지의 Core 컴포넌트에 정의되어 있으며, 다음과 같이 로드할 수 있습니다:
find_package(Qt6 REQUIRED COMPONENTS Core)
이 명령은 Qt 6.11에 도입되었습니다.
개요
qt_add_android_dynamic_feature_java_source_dirs(target [SOURCE_DIRS <directory1> <directory2> ...])
버전리스 명령이 비활성화되어 있으면 qt6_add_android_dynamic_feature_java_source_dirs() 을 대신 사용합니다. 이 명령은 이 명령과 동일한 인수 집합을 지원합니다.
설명
이 명령은 동적 기능이 있는 실행 가능한 앱을 빌드할 때 target 실행 파일에 추가 Java/Kotlin 소스 디렉터리를 추가합니다. qt6_add_android_dynamic_features()와 함께 사용할 수 있습니다.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.