diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-03-19 11:19:12 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-03-22 12:33:55 +0000 |
commit | 1671b84741ad5a4b4daacf48178841921d779c44 (patch) | |
tree | f7f514e0226f38e46b2332fbda2307c722d67ef5 /meta-boot2qt/classes | |
parent | 164559d913163c68bc818e28197abe73a953cdf8 (diff) | |
download | meta-boot2qt-1671b84741ad5a4b4daacf48178841921d779c44.tar.gz |
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 <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt/classes')
-rw-r--r-- | meta-boot2qt/classes/internal-build.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-boot2qt/classes/internal-build.bbclass b/meta-boot2qt/classes/internal-build.bbclass index 64c07bf..d842dcb 100644 --- a/meta-boot2qt/classes/internal-build.bbclass +++ b/meta-boot2qt/classes/internal-build.bbclass | |||
@@ -34,7 +34,7 @@ python enable_internal_build () { | |||
34 | except: | 34 | except: |
35 | return | 35 | return |
36 | 36 | ||
37 | e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") | 37 | e.data.setVar('QT_INTERNAL_BUILD', "1") |
38 | e.data.prependVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") | 38 | e.data.prependVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") |
39 | e.data.prependVar('PREMIRRORS', "\ | 39 | e.data.prependVar('PREMIRRORS', "\ |
40 | ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ | 40 | ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |