Hello folks, I'm a novice when it comes to using cmake and kde frameworks, but I'd really like to help out with Clementine and get the global shortcuts working again. I can see that the class I am supposed to use is KGlobalAccel, and I can also see the docs for it here: https://api.kde.org/frameworks/kglobalaccel/html/classKGlobalAccel.html
But I am not sure exactly what to do to the cmakelists.txt of Clementine in order to "bring in" this framework into Clementine. I know I need to put a find_package(KF5GlobalAccel) somewhere in it, but what else do I need to do to start using this library ? --Alan