Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 10.0.0, Qt Creator 11.0.0-beta1
-
None
-
-
0c31474ed (11.0)
Description
Creating Qt Quick Application for android using CMake as build system fails on Qt 6.2.8.
Steps to reproduce:
- Select 'Create Project'
- Choose 'Qt Quick Application' as template
- Select 'CMake' as build system
- Select an android kit and continue
Reproducibility: 100%
I've attached the error as screenshot in this report.
Workaround:
- Under the project files, locate CMakeLists.txt
- Locate install targets in this file, you can see
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- Change it to
LIBRARY DESTINATION .
- Save the file
This will solve the issue.
Attachments
Issue Links
- relates to
-
QTQAINFRA-5358 Qt 6.2.8 LTS Testing
- Open