Advertisement
Ponchale

News erros

Mar 11th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ponchale@easyas:~/kitemmodels/build$ cmake -DCMAKE_INSTALL_PREFIX= -DCMAKE_PREFIX_PATH= ..
  2. --
  3.  
  4. CMake Warning at tests/proxymodeltestapp/CMakeLists.txt:30 (find_package):
  5. Could not find a package configuration file provided by "Qt5QuickWidgets"
  6. (requested version 5.3.0) with any of the following names:
  7.  
  8. Qt5QuickWidgetsConfig.cmake
  9. qt5quickwidgets-config.cmake
  10.  
  11. Add the installation prefix of "Qt5QuickWidgets" to CMAKE_PREFIX_PATH or
  12. set "Qt5QuickWidgets_DIR" to a directory containing one of the above files.
  13. If "Qt5QuickWidgets" provides a separate development package or SDK, be
  14. sure it has been installed.
  15.  
  16.  
  17. CMake Error at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:95 (file):
  18. file RELATIVE_PATH must be passed a full path to the file:
  19. Call Stack (most recent call first):
  20. CMakeLists.txt:46 (ecm_configure_package_config_file)
  21.  
  22.  
  23. --
  24. -- The following REQUIRED packages have been found:
  25.  
  26. * ECM (required version >= 5.20.0) , Extra CMake Modules. , <https://projects.kde.org/projects/kdesupport/extra-cmake-modules>
  27. * Qt5Core (required version >= 5.3.0)
  28. * Qt5Test
  29. * Qt5Gui (required version >= 5.5.1)
  30. * Qt5Widgets
  31. * Qt5 (required version >= 5.3.0)
  32.  
  33. -- The following OPTIONAL packages have not been found:
  34.  
  35. * Qt5QuickWidgets (required version >= 5.3.0)
  36.  
  37. -- Configuring incomplete, errors occurred!
  38. See also "/home/ponchale/kitemmodels/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement