Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:14 (find_package):
  2. By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  3. asked CMake to find a package configuration file provided by "Qt5Core", but
  4. CMake did not find one.
  5.  
  6. Could not find a package configuration file provided by "Qt5Core"
  7. (requested version 5.0) with any of the following names:
  8.  
  9. Qt5CoreConfig.cmake
  10. qt5core-config.cmake
  11.  
  12. Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  13. "Qt5Core_DIR" to a directory containing one of the above files. If
  14. "Qt5Core" provides a separate development package or SDK, be sure it has
  15. been installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement