cmake: Autogenerate most of the .qrc resource files
[quassel.git] / src / main / main.cpp
index c8185b0..1cd6ba9 100644 (file)
@@ -70,17 +70,9 @@ int main(int argc, char **argv)
     Q_INIT_RESOURCE(i18n);
 # ifndef BUILD_CORE
     Q_INIT_RESOURCE(data);
-    Q_INIT_RESOURCE(breeze_icons);
-    Q_INIT_RESOURCE(breeze_dark_icons);
-#  ifdef WITH_OXYGEN_ICONS
-      Q_INIT_RESOURCE(oxygen_icons);
-#  endif
+    Q_INIT_RESOURCE(icons);
 #  ifdef WITH_BUNDLED_ICONS
-      Q_INIT_RESOURCE(breeze_icon_theme);
-      Q_INIT_RESOURCE(breeze_dark_icon_theme);
-#   ifdef WITH_OXYGEN_ICONS
-      Q_INIT_RESOURCE(oxygen_icon_theme);
-#   endif
+    Q_INIT_RESOURCE(iconthemes);
 #  endif
 # endif
 #endif