From 899a815414e95da8d9429a4a4f4d7094e49cfc55 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Thu, 30 Jul 2015 21:32:43 +0300 Subject: Remove gtk2 style from qtbase, it will be moved to qtstyleplugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow us to drop gtk2 support from qtbase in future, while still providing the gtk2 style for those who want to use it. Also with moving to qtstyleplugins, the code can be simplified because we can directly link to libraries we need, instead of using QLibrary. [ChangeLog][QtWidgets] Remove QGtkStyle, it is now provided in qtstyleplugins repository. Change-Id: I6221b1a513d7fda32e080f3ca159b0b2f8a8f246 Reviewed-by: Timo Jyrinki Reviewed-by: Oswald Buddenhagen Reviewed-by: Jens Bache-Wiig Reviewed-by: Lars Knoll Reviewed-by: J-P Nurmi Reviewed-by: Lisandro Damián Nicanor Pérez Meyer --- src/widgets/doc/images/gtk-label.png | Bin 1582 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/widgets/doc/images/gtk-label.png (limited to 'src/widgets/doc/images/gtk-label.png') diff --git a/src/widgets/doc/images/gtk-label.png b/src/widgets/doc/images/gtk-label.png deleted file mode 100644 index 006d0133d8..0000000000 Binary files a/src/widgets/doc/images/gtk-label.png and /dev/null differ -- cgit v1.2.3