En esta página

qt_add_android_dynamic_feature_java_source_dirs

Añade directorios de fuentes Java a una compilación de características dinámicas.

El comando está definido en el componente Core del paquete Qt6, que puede cargarse de este modo:

find_package(Qt6 REQUIRED COMPONENTS Core)

Este comando se introdujo en Qt 6.11.

Sinopsis

qt_add_android_dynamic_feature_java_source_dirs(target [SOURCE_DIRS <directory1> <directory2> ...])

Si los comandos versionless están deshabilitados, utilice qt6_add_android_dynamic_feature_java_source_dirs() en su lugar. Admite el mismo conjunto de argumentos que este comando.

Descripción

Este comando añade directorios fuente Java/Kotlin adicionales al ejecutable target cuando se construye la aplicación ejecutable con funcionalidad de características dinámicas. Debe utilizarse junto con 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.