使用with创建新QtQuick
项目时遇到问题。创建项目后,CMake 立即失败:Qt6 android
CMake
CMake Error at CMakeLists.txt:28 (find_package):
Found package configuration file:
C:/Qt/6.0.0/android_armv7/lib/cmake/Qt6/Qt6Config.cmake
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. The reason is given by package:
Failed to find Qt component "Core" config file at ""
Failed to find Qt component "Quick" config file at ""
我打开Windows
了,每个 qt6 android 套件(x86、x86_64、armv7、arm64)都会出现此错误。
是什么导致了这个问题?我试图解决它,我发现已经报告了类似的错误,但仍然找不到解决方案。欢迎任何建议或帮助。提前致谢。
更新:我也注意到,在我通过所有 Qt6 android 套件安装新的 android 套件(例如 5.12.10 x86 和 armv7)后,MaintenanceTool
我的所有 android 套件都被删除了。但是 msvc 和 mingw Qt6 工具包没有被删除。