Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ponchale@easyas:~/kitemmodels/build$ cmake -DCMAKE_INSTALL_PREFIX= -DCMAKE_PREFIX_PATH= ..
- --
- CMake Warning at tests/proxymodeltestapp/CMakeLists.txt:30 (find_package):
- Could not find a package configuration file provided by "Qt5QuickWidgets"
- (requested version 5.3.0) with any of the following names:
- Qt5QuickWidgetsConfig.cmake
- qt5quickwidgets-config.cmake
- Add the installation prefix of "Qt5QuickWidgets" to CMAKE_PREFIX_PATH or
- set "Qt5QuickWidgets_DIR" to a directory containing one of the above files.
- If "Qt5QuickWidgets" provides a separate development package or SDK, be
- sure it has been installed.
- CMake Error at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:95 (file):
- file RELATIVE_PATH must be passed a full path to the file:
- Call Stack (most recent call first):
- CMakeLists.txt:46 (ecm_configure_package_config_file)
- --
- -- The following REQUIRED packages have been found:
- * ECM (required version >= 5.20.0) , Extra CMake Modules. , <https://projects.kde.org/projects/kdesupport/extra-cmake-modules>
- * Qt5Core (required version >= 5.3.0)
- * Qt5Test
- * Qt5Gui (required version >= 5.5.1)
- * Qt5Widgets
- * Qt5 (required version >= 5.3.0)
- -- The following OPTIONAL packages have not been found:
- * Qt5QuickWidgets (required version >= 5.3.0)
- -- Configuring incomplete, errors occurred!
- See also "/home/ponchale/kitemmodels/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement