aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-07-04 10:02:13 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-07-31 13:16:56 +0000
commit584d86653c658afa3e16bff095101ed11cf61d31 (patch)
treedc69039f6fd912a640640a9ede1e101fbcfd30c0 /recipes-qt
parent54a84562efd7c7eca1f605e93fb15aa2527d27c7 (diff)
qtcoap: add optional dependency to qtdeclarative
examples have dependency to qml and quick. Change-Id: I2df3ef185f30a5c9d25ebd8134f86f653a97be9f Reviewed-by: Kari Hormi <kari.hormi@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt5/qtcoap_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtcoap_git.bb b/recipes-qt/qt5/qtcoap_git.bb
index d73c1ace..db0bb8e6 100644
--- a/recipes-qt/qt5/qtcoap_git.bb
+++ b/recipes-qt/qt5/qtcoap_git.bb
@@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
+PACKAGECONFIG ?= "qtdeclarative"
+PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
+
DEPENDS += "qtbase"
SRCREV = "18289e7c1d2778460dccb1135fe283bd234954ad"