icons: Add hicolor fallback for Qt < 5.5
[quassel.git] / src / common / main.cpp
index 6a36e54..75b295c 100644 (file)
@@ -100,6 +100,7 @@ int main(int argc, char **argv)
 #endif
 #ifndef BUILD_CORE
     Q_INIT_RESOURCE(pics);
+    Q_INIT_RESOURCE(hicolor_icons);
 #endif
 
 #ifdef EMBED_DATA