aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-11-08 15:06:53 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2018-11-08 13:58:40 +0000
commit406b7338f11c64502bba97aef50c381d8922ebb6 (patch)
tree9505e7fb927980e7dd724d3f554b545a79238e2e
parent9c65c21168765dca83966516551d00d5dccc0682 (diff)
qtxmlpatterns: enable qtdeclarative only for target buildv5.12.0-beta4
native and nativesdk builds have no need for the qml parts. Change-Id: I3cc0a7eb07ab36ead288691df3c935defef17ef1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/qt5/qtxmlpatterns_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb
index f4b7f427..8c5990a3 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -14,7 +14,8 @@ LIC_FILES_CHKSUM = " \
DEPENDS += "qtbase"
-PACKAGECONFIG ?= "qtdeclarative"
+PACKAGECONFIG ?= ""
+PACKAGECONFIG_class-target ?= "qtdeclarative"
PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
do_configure_prepend() {