cmake: Link resources statically, and init locally
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Aug 2018 16:15:47 +0000 (18:15 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commitd4b64322860b0dfcc9e1340a3b3a0b0df3e2eb81
treedf194093050c3564b637d42d80bae0b959d03890
parentd83fe8c7400978a7abc911b3c55ff51516b83211
cmake: Link resources statically, and init locally

Link resource libraries statically in order to avoid problems with
symbol exporting. Move resource initialization from main() into the
respective libraries.
cmake/QuasselMacros.cmake
icons/CMakeLists.txt
src/client/CMakeLists.txt
src/client/client.cpp
src/common/CMakeLists.txt
src/common/quassel.cpp
src/core/core.cpp
src/main/CMakeLists.txt
src/main/main.cpp
src/uisupport/CMakeLists.txt
src/uisupport/graphicalui.cpp