From 1671b84741ad5a4b4daacf48178841921d779c44 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 19 Mar 2018 11:19:12 +0200 Subject: Add QMLPreview and QtQuickTimeline modules The Timeline and the QML live preview are introduced as part of the Qt Quick Designer NG project/initiative. Since the sources are not available publicly, modules are included in the image only when building internally in Qt Company network, where it's assumed that user has access to the private repos in codereview. Task-number: QTBUG-67140 Change-Id: I822d527ff132e89a8c3205e267a88c60c50fb387 Reviewed-by: Mikko Gronoff --- .../packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb | 4 ++++ .../recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'meta-boot2qt-distro/recipes-qt') diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb index 2af00da..83b075b 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb @@ -75,3 +75,7 @@ RDEPENDS_${PN} += " \ qtwebchannel-dev \ qtxmlpatterns-dev \ " + +RDEPENDS_${PN} += "\ + ${@ "qtquicktimeline-dev" if (d.getVar("QT_INTERNAL_BUILD")) else "" } \ + " diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb index a79d596..1cdf831 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb @@ -77,3 +77,7 @@ RDEPENDS_${PN} += " \ qtxmlpatterns \ qtvirtualkeyboard \ " + +RDEPENDS_${PN} += "\ + ${@ "qtquicktimeline qmlpreview" if (d.getVar("QT_INTERNAL_BUILD")) else "" } \ + " -- cgit v1.2.3-54-g00ecf