On 07/24/2018 07:57 PM, Javi Segovia Poveda wrote: > After having builded many times successfully QMapShack in my linux > debian testing now I can not, I have this error: > > > Javi@Javi-PC:~/QMapShack/build_QMapShack$ cmake ../QMapShack > CMake Error at CMakeLists.txt:135 (find_package): > By not providing "FindQt5WebEngineWidgets.cmake" in CMAKE_MODULE_PATH > this > project has asked CMake to find a package configuration file provided by > "Qt5WebEngineWidgets", but CMake did not find one. > > Could not find a package configuration file provided by > "Qt5WebEngineWidgets" with any of the following names: > > Qt5WebEngineWidgetsConfig.cmake > qt5webenginewidgets-config.cmake > > Add the installation prefix of "Qt5WebEngineWidgets" to CMAKE_PREFIX_PATH > or set "Qt5WebEngineWidgets_DIR" to a directory containing one of the > above > files. If "Qt5WebEngineWidgets" provides a separate development > package or > SDK, be sure it has been installed. > > > -- Configuring incomplete, errors occurred! > See also "/home/javi/QMapShack/build_QMapShack/CMakeFiles/CMakeOutput.log". > See also "/home/javi/QMapShack/build_QMapShack/CMakeFiles/CMakeError.log". > > > This is since this commit was pushed, approximately: > > https://bitbucket.org/maproom/qmapshack/commits/f44d8ebb2687f89620d19e0d7d81e019dde0ff97 > > > I have installed all the packages that appear in Synaptic that can make > reference to 'WebEngine ...', without changes
Don't look for packages names, look for files in packages using apt-file: $ apt-file search Qt5WebEngineWidgetsConfig.cmake qtwebengine5-dev: /usr/lib/x86_64-linux-gnu/cmake/Qt5WebEngineWidgets/Qt5WebEngineWidgetsConfig.cmake That shows that the qtwebengine5-dev packages provides that cmake file. Kind Regards, Bas ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
