[gnome-software] QT5 is also a modern toolkit
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] QT5 is also a modern toolkit
- Date: Tue, 8 Apr 2014 10:07:53 +0000 (UTC)
commit d7036298391e6caf3acef0a36daf6d47aabc9b6b
Author: Richard Hughes <richard hughsie com>
Date: Tue Apr 8 11:07:26 2014 +0100
QT5 is also a modern toolkit
src/plugins/gs-plugin-appstream.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-appstream.c b/src/plugins/gs-plugin-appstream.c
index 6318c15..507dc32 100644
--- a/src/plugins/gs-plugin-appstream.c
+++ b/src/plugins/gs-plugin-appstream.c
@@ -469,6 +469,8 @@ gs_plugin_refine_item (GsPlugin *plugin,
gs_app_add_kudo (app, GS_APP_KUDO_MY_LANGUAGE);
if (as_app_get_metadata_item (item, "X-Kudo-GTK3") != NULL)
gs_app_add_kudo (app, GS_APP_KUDO_MODERN_TOOLKIT);
+ if (as_app_get_metadata_item (item, "X-Kudo-QT5") != NULL)
+ gs_app_add_kudo (app, GS_APP_KUDO_MODERN_TOOLKIT);
if (as_app_get_metadata_item (item, "X-Kudo-SearchProvider") != NULL)
gs_app_add_kudo (app, GS_APP_KUDO_SEARCH_PROVIDER);
if (as_app_get_metadata_item (item, "X-Kudo-InstallsUserDocs") != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]