tufao安装过程中Could not find a package configuration file provided by "Qt5Core"解决办法

4 篇文章 0 订阅
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Core", but
CMake did not find one.

Could not find a package configuration file provided by "Qt5Core" with any
of the following names:

Qt5CoreConfig.cmake
qt5core-config.cmake

Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
"Qt5Core_DIR" to a directory containing one of the above files.  If
"Qt5Core" provides a separate development package or SDK, be sure it has
been installed.
解决办法:
1> cd ~/../../
2> find . -name  Qt5CoreConfig.cmake
得到路径:/opt/Qt5.7.0/5.7/gcc_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake
3>vim ~/myproject/tufao/build/CMakeCache.txt
修改内容如下:
//The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/opt/Qt5.7.0/5.7/gcc_64/lib/cmake/Qt5Core

//The directory containing a CMake configuration file for Qt5Network.
Qt5Network_DIR:PATH=/opt/Qt5.7.0/5.7/gcc_64/lib/cmake/Qt5Network
保存退出,重新cmake .. -DCMAKE_INSTALL_PREFIX=/usr
OK.(我的build目录手动创建在tufao目录下)

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值