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)
commit8b07343ab53d37b5340a56bde2d71ff2a3afb14a
tree6b870a4bf2d1952c9c856b81e8b2b64fb1cd5c63
parent222d0be6ffa0f6c63c3c8c5a303260b9aee10e68
cmake: Use official CMake config for QCA

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.
CMakeLists.txt
cmake/FindLibraryWithDebug.cmake [deleted file]
cmake/FindQCA2-QT5.cmake [deleted file]
cmake/FindQCA2.cmake [deleted file]
src/common/CMakeLists.txt
src/core/CMakeLists.txt
src/core/keyevent.cpp [moved from src/common/keyevent.cpp with 100% similarity]
src/core/keyevent.h [moved from src/common/keyevent.h with 100% similarity]