summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/platformthemes.pro
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2015-11-04 00:06:19 +0300
committerDmitry Shachnev <mitya57@gmail.com>2015-11-13 05:32:26 +0000
commite8763912068f4501240cea0b5ae53b25c3d0aa04 (patch)
tree3af530fa64b73c779349250add2f2cc60a88db9d /src/plugins/platformthemes/platformthemes.pro
parentf05c75a1b978336210175e80060d3083cff915c8 (diff)
Port the Gtk platform theme to Gtk+ 3
The major changes compared to the Gtk+ 2 version are: * Everything is ported to modern Gtk/Gdk API. * GtkFontChooserDialog is used instead of deprecated GtkFontSelectionDialog. * Hiding buttons on dialogs (like OK/Cancel) is no longer supported, as it is impossible to do that with dialogs using GtkHeaderBars. * Some workarounds were added to the QGtk3Theme constructor to correctly work with Gtk+ 3. [ChangeLog][Platform Specific Changes] The Gtk+ platform theme has been ported to Gtk+ 3. Change-Id: Iacb01279b6432e0901e3bb1353d5792543cc76e4 Done-with: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/plugins/platformthemes/platformthemes.pro')
-rw-r--r--src/plugins/platformthemes/platformthemes.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platformthemes/platformthemes.pro b/src/plugins/platformthemes/platformthemes.pro
index 23dcda2c82..f5f54068a2 100644
--- a/src/plugins/platformthemes/platformthemes.pro
+++ b/src/plugins/platformthemes/platformthemes.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-contains(QT_CONFIG, gtk2): SUBDIRS += gtk2
+contains(QT_CONFIG, gtk3): SUBDIRS += gtk3