如何修复 Ubuntu 上的 CMake 'Failed to find Qt component "SvgWidgets"'
问题:
当尝试编译你的 CMake 项目时,你会看到类似这样的错误消息
cmake_error_excerpt.txt
CMake Error at cMake/FreeCAD_Helpers/SetupQt.cmake:33 (find_package):
Found package configuration file:
/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. Reason given by package:
Failed to find Qt component "SvgWidgets".
Expected Config file at
"/usr/lib/x86_64-linux-gnu/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfig.cmake"
does NOT exist
Call Stack (most recent call first):
CMakeLists.txt:82 (include)解决方案
install_libqt6svg6_dev.sh
sudo apt -y install libqt6svg6-dev在 Ubuntu 22.04 上测试
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow