You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Cmake on Fedora 36
It shows this Error:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on
CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:26 (message):
The imported target "Qt5::Core" references the file
"/usr/lib64/libQt5Core.so.5.15.6"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:44 (_qt5_Core_check_file_exists)
/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:213 (_populate_Core_target_properties)
/usr/share/ECM/modules/ECMQueryQt.cmake:49 (find_package)
/usr/share/ECM/kde-modules/KDEInstallDirs5.cmake:237 (include)
/usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
CMakeLists.txt:44 (include)
The text was updated successfully, but these errors were encountered:
When running Cmake on Fedora 36
It shows this Error:
The text was updated successfully, but these errors were encountered: