CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5QmlModels" with any of the following names: Qt5QmlModelsConfig.cmake qt5qmlmodels-config.cmake Add the installation prefix of "Qt5QmlModels" to CMAKE_PREFIX_PATH or set "Qt5QmlModels_DIR" to a directory containing one of the above files. If "Qt5QmlModels" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:621 (find_package) -- Configuring incomplete, errors occurred! See also "/home/Parveen_Linphone/linphone-sdk/build/WORK/desktop/Build/ms2/CMakeFiles/CMakeOutput.log". 
5

1 Answer

For modern Ubuntu system (21.04 and newer) you have to install the corresponding package by

sudo apt-get install qtdeclarative5-dev 

Also it should be noted that Linphone is packaged for Ubuntu, see search results at packages.ubuntu.com.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy