Guest User

telepathyqt cmake error

a guest
Mar 9th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. CMake Error: The source directory "/home/samkit/ktp/src" does not appear to contain CMakeLists.txt.
  2. Specify --help for usage, or press the help button on the CMake GUI.
  3. samkit@sam-XPS-L502X:~/ktp/src/telepathyqt$ cd cmake
  4. samkit@sam-XPS-L502X:~/ktp/src/telepathyqt/cmake$ cmake ..
  5. CMake Error at cmake/modules/FindQt5.cmake:65 (FIND_PACKAGE):
  6. Could not find a package configuration file provided by "Qt5" with any of
  7. the following names:
  8.  
  9. Qt5Config.cmake
  10. qt5-config.cmake
  11.  
  12. Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  13. to a directory containing one of the above files. If "Qt5" provides a
  14. separate development package or SDK, be sure it has been installed.
  15. Call Stack (most recent call first):
  16. cmake/modules/FindQt.cmake:48 (INCLUDE)
  17. CMakeLists.txt:84 (find_package)
  18.  
  19.  
  20. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment