From 30f65f59eeb48330b07cc47a01892e4454e6f4c6 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 29 Dec 2015 12:34:00 +0300 Subject: [PATCH] Additional fix for QT5 --- test/standalone/gui/PLMainWindow.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/standalone/gui/PLMainWindow.cxx b/test/standalone/gui/PLMainWindow.cxx index 7662b16f..f62d8e5a 100644 --- a/test/standalone/gui/PLMainWindow.cxx +++ b/test/standalone/gui/PLMainWindow.cxx @@ -25,7 +25,11 @@ #include #include +#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) #include +#else +#include +#endif #include #include -- 2.39.2