Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P4: Low
-
Resolution: Unresolved
-
Affects Version/s: 5.5.0
-
Fix Version/s: None
-
Component/s: QPA
-
Labels:
-
Environment:Windows 7 host
-
Platform/s:
Description
androiddeployqt: When androiddeployqt is used for a Qt Quick project then it will output warnings about not being able to resolve private QML imports. When creating a default Qt Quick Application in Qt Creator and then building it the following will be outputted during the androiddeployqt step:
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils Warning: QML import could not be resolved in any of the import paths: HelperWidgets