【Qt】RK3576配置Qt5、GStreamer
1、缺少Qt5Location插件
1)说明
Qt Location 用来开发地图相关的程序,可以实现
- 访问和展示地图数据。
- 支持地图特定区域的触摸手势。
- 查询特定地理位置和路线。
- 在地图上添加其他图层,如折线和圆。
- 搜索地点和相关图片。
2)编译时,报错
CMake Error at /usr/lib/aarch64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):Could not find a package configuration file provided by "Qt5Location" withany of the following names:Qt5LocationConfig.cmakeqt5location-config.cmake
3)解决方法
安装 Qt5Location
sudo apt install 