From 579bf261dcd6852d7129929e1322d39a6e80520e02046e8a17cbff0681d5d8e3 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 26 May 2018 21:26:21 +0000 Subject: [PATCH] - A second new include was needed for build with Qt5.11 - bsc#1093731. OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=429 --- fixes_for_Qt5.11.patch | 12 ++++++++++++ virtualbox.changes | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/fixes_for_Qt5.11.patch b/fixes_for_Qt5.11.patch index 0f090dc..2e4a629 100644 --- a/fixes_for_Qt5.11.patch +++ b/fixes_for_Qt5.11.patch @@ -10,3 +10,15 @@ Index: VirtualBox-5.2.12/src/VBox/Frontends/VirtualBox/src/precomp_vcc.h #include #include #include +Index: VirtualBox-5.2.12/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp +=================================================================== +--- VirtualBox-5.2.12.orig/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp ++++ VirtualBox-5.2.12/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp +@@ -21,6 +21,7 @@ + + /* Qt includes: */ + # include ++#include + + /* GUI includes: */ + # include "QIWidgetValidator.h" diff --git a/virtualbox.changes b/virtualbox.changes index b992851..0ea79de 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 26 21:24:55 UTC 2018 - Larry.Finger@gmail.com + +- A second new include was needed for build with Qt5.11 - bsc#1093731. + ------------------------------------------------------------------- Thu May 17 23:02:29 UTC 2018 - Larry.Finger@gmail.com