cmake: Use official CMake config for QCA
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 31 Jul 2018 20:18:05 +0000 (22:18 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
QCA has been shipping with a CMake config for a while, so use this
rather than providing a custom find module. Remove the custom
modules, as well as FindLibraryWithDebug.cmake which was only used
by them.

Move KeyEvent from common into core, since it's only used there.


No differences found