From 8da88b098fae46e13cd7cbaf8d65dd0e99b4e0e5 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 31 May 2019 14:49:58 +0300 Subject: [PATCH] Allow enabling gui for native and nativesdk Some Qt build tools may depend on QtGui, which need platform plugins for running them. Use minimal platform plugin since no interaction with the tool is expected. Add PACKAGECONFIGs that can be used to enable gui and image format plugins for the native and nativesdk builds. Signed-off-by: Samuli Piippo --- classes/qmake5_base.bbclass | 1 + recipes-qt/qt5/nativesdk-qtbase_git.bb | 10 +++++----- recipes-qt/qt5/qtbase-native_git.bb | 8 ++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index 4650d59..3f1bba2 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass @@ -110,6 +110,7 @@ generate_qt_config_file_effective_paths() { cat >> ${OE_QMAKE_QTCONF_PATH} <