Prepare build system for KDE Frameworks support
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 2 Jan 2015 21:08:12 +0000 (22:08 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 2 Jan 2015 21:08:12 +0000 (22:08 +0100)
commitd68e9d67200abc51123b357bcdbbc816d4a70791
tree0eafbf83fad345b992af66925525e4b19734147b
parent921e54680da16fcf2adb7a90506875aceb6633a4
Prepare build system for KDE Frameworks support

Besides setting everything up for finding frameworks, this commit also
changes the handling of install paths. We now support the standard CMake
variables of the form CMAKE_INSTALL_<TYPE>_DIR, which can be overridden
on the command line. If KDE integration is enabled, the default paths set
by KDE (4 or frameworks) will be used.

Some additional cleanups were done in passing, too.
CMakeLists.txt
cmake/QuasselInstallDirs.cmake [new file with mode: 0644]
data/CMakeLists.txt
icons/CMakeLists.txt
po/CMakeLists.txt
src/CMakeLists.txt