revten_21

qt6

Dec 21st, 2017
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ashwin@ashwin-Lenovo-Z51-70:~/build$ cmake -DCMAKE_PREFIX_PATH=/home/ashwin/build ../gcompris
  2. -- The C compiler identification is GNU 5.4.0
  3. -- The CXX compiler identification is GNU 5.4.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Performing Test COMPILER_SUPPORTS_CXX11
  17. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  18. -- Performing Test COMPILER_SUPPORTS_CXX0X
  19. -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
  20. CMake Error at CMakeLists.txt:89 (find_package):
  21. Could not find a configuration file for package "Qt5" that is compatible
  22. with requested version "5.6.0".
  23.  
  24. The following configuration files were considered but not accepted:
  25.  
  26. /home/ashwin/Qt5Config.cmake, version: unknown
  27. /usr/local/Qt5Config.cmake, version: unknown
  28.  
  29.  
  30.  
  31. -- Configuring incomplete, errors occurred!
  32. See also "/home/ashwin/build/CMakeFiles/CMakeOutput.log".
Add Comment
Please, Sign In to add comment