X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fmain%2Fmain.cpp;h=5ec89c5520d67409edd52738165465aabfc1ab24;hp=1cd6ba910161ce868ce0aa67e6cf45176c554809;hb=d4b64322860b0dfcc9e1340a3b3a0b0df3e2eb81;hpb=d83fe8c7400978a7abc911b3c55ff51516b83211 diff --git a/src/main/main.cpp b/src/main/main.cpp index 1cd6ba91..5ec89c55 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -57,26 +57,6 @@ int main(int argc, char **argv) { - // We need to explicitly initialize the required resources when linking statically -#ifndef BUILD_QTUI - Q_INIT_RESOURCE(sql); -#endif -#ifndef BUILD_CORE - Q_INIT_RESOURCE(pics); - Q_INIT_RESOURCE(hicolor_icons); -#endif - -#ifdef EMBED_DATA - Q_INIT_RESOURCE(i18n); -# ifndef BUILD_CORE - Q_INIT_RESOURCE(data); - Q_INIT_RESOURCE(icons); -# ifdef WITH_BUNDLED_ICONS - Q_INIT_RESOURCE(iconthemes); -# endif -# endif -#endif - // Set umask so files are created with restricted permissions #ifdef HAVE_UMASK umask(S_IRWXG | S_IRWXO);