From 303f97f4a6d5293b55640d8ab88995be3f5975df Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 21 Mar 2014 11:53:03 +0100 Subject: [PATCH] qtbase: Allow to build without any QPA backend When disabling fb, directfb, x11, widgets and OpenGL qtbase will still complain that no QPA backend is available. Always add the -no-qpa-platform-guard parameter --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 89736bea19..2ebf311f43 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -132,6 +132,7 @@ QT_CONFIG_FLAGS += " \ -no-pch \ -no-rpath \ -pkg-config \ + -no-qpa-platform-guard \ ${EXTRA_OECONF} \ "