From c2f620c0dafbefe821e484ce44348ff41f660e6f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 6 Mar 2017 14:45:57 +0200 Subject: emulator: correctly append qtsimulator configuration Append configuration without overriding the defaults. Change-Id: Id8ceefb1a04f0ad825349cab549ac77b68c0de94 Reviewed-by: Mikko Gronoff --- recipes-qt/qt5/qtsystems_git.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-qt/qt5/qtsystems_git.bbappend') diff --git a/recipes-qt/qt5/qtsystems_git.bbappend b/recipes-qt/qt5/qtsystems_git.bbappend index f199937..2a949eb 100644 --- a/recipes-qt/qt5/qtsystems_git.bbappend +++ b/recipes-qt/qt5/qtsystems_git.bbappend @@ -27,5 +27,5 @@ ## ############################################################################ -EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" -DEPENDS_emulator += "qtsimulator" +EXTRA_QMAKEVARS_PRE_append_emulator = " CONFIG+=simulator" +DEPENDS_append_emulator = " qtsimulator" -- cgit v1.2.3-54-g00ecf