For context, I'm trying to build this software: https://github.com/matinlotfali/KDE-Rounded-Corners
When running cmake ..
, I'm getting this error:
CMake Error at /usr/share/ECM/modules/ECMQueryQt.cmake:82 (message):
No Qt6 qtpaths executable found. Can't check QT_INSTALL_PREFIX as required
Call Stack (most recent call first):
/usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:197 (ecm_query_qt)
/usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
CMakeLists.txt:15 (include)
I don't seem to have a qtpaths file for Qt6 specifically, I can only find a generic one inside /usr/bin
, and setting that as the value for the QT_INSTALL_PREFIX variable doesn't work.
Both qt5-base and qt6-base were already pre-installed in my system and I did install the system.devel
and extra-cmake-modules
packages