qt_android_generate_java_qtquickview_contents
QtQuickViewContent 기반 클래스의 생성을 활성화합니다.
이 변수는 Qt 6.8에 도입되었습니다.
참고: 이 변수는 기술 프리뷰에 있으며 향후 릴리스에서 변경될 수 있습니다.
참고: 이 변수는 Android 플랫폼을 타깃팅하는 경우에만 사용됩니다.
이 변수를 사용하면 대상 애플리케이션의 QML 컴포넌트에 대한 Java 코드를 생성할 수 있습니다. 생성된 코드는 결과 패키지에 포함됩니다. 생성된 클래스의 Java 패키지 이름은 Android 앱 패키지와 동일합니다. 패키지 이름의 리프 부분이 대상 실행 파일과 동일하지 않은 경우, 대문자로 표시된 대상 실행 파일과 동일한 이름의 추가 정적 클래스가 Java 클래스를 둘러싸는 모든 QML 모듈을 둘러싸게 됩니다. 각 QML 모듈 클래스는 다시 대문자로 표시되며, 해당 모듈의 QML 컴포넌트를 나타내는 QtQuickViewContent 확장 클래스를 포함합니다.
© 2025 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.