Advertisement
Guest User

Untitled

a guest
Jun 21st, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake:37 (find_package):
  2. Could not find a package configuration file provided by "Qt5Location" with
  3. any of the following names:
  4.  
  5. Qt5LocationConfig.cmake
  6. qt5location-config.cmake
  7.  
  8. Add the installation prefix of "Qt5Location" to CMAKE_PREFIX_PATH or set
  9. "Qt5Location_DIR" to a directory containing one of the above files. If
  10. "Qt5Location" provides a separate development package or SDK, be sure it
  11. has been installed.
  12. Call Stack (most recent call first):
  13. FindQtX.cmake:20 (FIND_PACKAGE)
  14. CMakeLists.txt:123 (FIND_PACKAGE)
  15.  
  16.  
  17. CMake Warning at FindQtX.cmake:20 (FIND_PACKAGE):
  18. Found package configuration file:
  19.  
  20. /usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake
  21.  
  22. but it set Qt5WebKitWidgets_FOUND to FALSE so package "Qt5WebKitWidgets" is
  23. considered to be NOT FOUND.
  24. Call Stack (most recent call first):
  25. CMakeLists.txt:123 (FIND_PACKAGE)
  26.  
  27.  
  28. Qt 5 required components or the CMake modules to locate them have not been found.
  29. Falling back to Qt 4.
  30. CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:1216 (message):
  31. Found unsuitable Qt version "5.0.1" from /usr/bin/qmake, this code requires
  32. Qt 4.x
  33. Call Stack (most recent call first):
  34. FindQtX.cmake:79 (FIND_PACKAGE)
  35. CMakeLists.txt:123 (FIND_PACKAGE)
  36.  
  37.  
  38. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement