Fix Qt resource handling
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 31 Mar 2014 19:58:27 +0000 (21:58 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 31 Mar 2014 20:05:01 +0000 (22:05 +0200)
commitc3c6809d89bd860cb74c7cc1336f190cfe97a3b9
treec6a00e0fee5a20d240f45868c8d18713dba1b5f3
parent23c6d2b87a271f5a59a4acd7ab253274766a2be3
Fix Qt resource handling

Turns out we have to explicitly initialize Qt resources that are linked
statically, so our last build system change broke things because the
files where nowhere to be found.

This now initializes the resources in main(); additionally, we use absolute
paths for the qrc files now, simply for making things a bit clearer.
data/CMakeLists.txt
icons/CMakeLists.txt
pics/CMakeLists.txt
src/CMakeLists.txt
src/common/main.cpp
src/core/CMakeLists.txt