Linking KDE libs

Hi, I’m trying to compile the Spectacle util from a cloned repo, but when i execute make it displays

/usr/bin/ld: cannot find /usr/lib/libKF6PurposeWidgets.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKF6DBusAddons.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKF6KIOWidgets.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKF6XmlGui.so.6.10.0: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libKirigamiPlatform.so.6.10.0: No such file or directory
...

I use arch (btw) and tried installing the packages with pacman -S kxmlgui (for exemple) but the .so file is still missing.

Hi, I’m trying to compile the Spectacle util from a cloned repo, but when i execute make it displays

You probably have the 6.11 versions installed.
Check your cmake command, you might want to remove the CMakeCache.txt file and start again.

Holy that was accurate, I had updated some other libs after building it to get the code working, and I didn’t even think of the Cache referencing the old files. Thanks!