X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=2a33a3d801200643f96e1733444fbbb33f07d2b7;hp=b567af4f41ee4d2c4e0d7aaafab2911ec9deafeb;hb=736012bf4a8b834d1adb2f4a3b0156380ecb5dcc;hpb=0c4e4a4703c0189518e71b2aad871d8dd7ba0741;ds=sidebyside diff --git a/src/common/main.cpp b/src/common/main.cpp index b567af4f..2a33a3d8 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -41,6 +41,12 @@ # include "kcmdlinewrapper.h" #endif +#if !defined(BUILD_CORE) && defined(STATIC) +#include +Q_IMPORT_PLUGIN(qjpeg) +Q_IMPORT_PLUGIN(qgif) +#endif + #include "cliparser.h" #include "quassel.h"