Advertisement
Guest User

Untitled

a guest
May 2nd, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Running "/opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/cmake '/home/eduardas/BigDisk/QtProjects/cmake_qt _test_backup' '-GCodeBlocks - Unix Makefiles'" in /tmp/qtc-cmake-KtiJGX.
  2. generator is set to Unix Makefiles
  3. -- The C compiler identification is GNU 5.3.0
  4. -- The CXX compiler identification is GNU 5.3.0
  5. -- Check for working C compiler: /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
  6. -- Check for working C compiler: /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
  12. -- Check for working CXX compiler: /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. -- Found PkgConfig: /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config (found version "0.29")
  18. -- Checking for module 'Qt5Core'
  19. -- Found Qt5Core, version 5.6.2
  20. -- Checking for module 'Qt5Widgets'
  21. -- Found Qt5Widgets, version 5.6.2
  22. CMake Warning at CMakeLists.txt:15 (find_package):
  23. By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  24. has asked CMake to find a package configuration file provided by
  25. "Qt5Widgets", but CMake did not find one.
  26.  
  27. Could not find a package configuration file provided by "Qt5Widgets" with
  28. any of the following names:
  29.  
  30. Qt5WidgetsConfig.cmake
  31. qt5widgets-config.cmake
  32.  
  33. Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  34. "Qt5Widgets_DIR" to a directory containing one of the above files. If
  35. "Qt5Widgets" provides a separate development package or SDK, be sure it has
  36. been installed.
  37.  
  38.  
  39. CMake Error at CMakeLists.txt:39 (qt5_wrap_cpp):
  40. Unknown CMake command "qt5_wrap_cpp".
  41.  
  42.  
  43. -- Configuring incomplete, errors occurred!
  44. See also "/tmp/qtc-cmake-KtiJGX/CMakeFiles/CMakeOutput.log".
  45. *** cmake process exited with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement