From 25abe51f8455fbdaab9d6c4bcb6c8ce7b45f5e13 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 8 Nov 2018 11:28:05 +0100 Subject: Bump version Change-Id: I8c08b024639fd00cf9dc762760ec812bcc0d3a8b --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index 09d37b2..b952473 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -3,4 +3,4 @@ load(qt_build_config) CONFIG += warning_clean DEFINES += QT_NO_FOREACH -MODULE_VERSION = 5.11.2 +MODULE_VERSION = 5.11.3 -- cgit v1.2.1 From 7dd26dd9c760cbc4c8078948b32811ac4ac20a8d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 8 Nov 2018 16:36:12 +0100 Subject: fix build with non-global xcb installations Fixes: QTBUG-71672 Change-Id: Ifec963bad7f2612146b2ea624d3c52fe24e7eb88 Reviewed-by: Rolf Eike Beer Reviewed-by: David Faure --- src/x11extras/x11extras.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x11extras/x11extras.pro b/src/x11extras/x11extras.pro index a400276..1070d9e 100644 --- a/src/x11extras/x11extras.pro +++ b/src/x11extras/x11extras.pro @@ -9,4 +9,6 @@ QT_PRIVATE += gui-private HEADERS += qx11info_x11.h SOURCES += qx11info_x11.cpp +QMAKE_USE_PRIVATE += xcb/nolink + load(qt_module) -- cgit v1.2.1 From 877c585bc474934e3bb1044293a62c72cb01b9cf Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Fri, 16 Nov 2018 09:22:24 +0200 Subject: Add changes file for Qt 5.11.3 + 25abe51f8455fbdaab9d6c4bcb6c8ce7b45f5e13 Bump version Change-Id: I640ac6ea80327034a45d5420fd15774ccc12450b Reviewed-by: Jani Heikkinen --- dist/changes-5.11.3 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dist/changes-5.11.3 diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3 new file mode 100644 index 0000000..f71fa34 --- /dev/null +++ b/dist/changes-5.11.3 @@ -0,0 +1,20 @@ +Qt 5.11.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.11.0 through 5.11.2. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +http://doc.qt.io/qt-5/index.html + +The Qt version 5.11 series is binary compatible with the 5.10.x series. +Applications compiled for 5.10 will continue to run with 5.11. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + + - This release contains only minor code improvements. -- cgit v1.2.1