diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-02-19 09:29:01 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-02-20 14:48:04 +0200 |
| commit | b5e4f9250ae7f71901d6b076e0d46fe1d7ec673a (patch) | |
| tree | e15b69d2d1288c18af55aad49c6faf4aef8d1afb /recipes-qt/qt5 | |
| parent | 81da5b253a73542db8cc0286e541fde084a1a58b (diff) | |
| download | meta-qt5-b5e4f9250ae7f71901d6b076e0d46fe1d7ec673a.tar.gz | |
qtquicktimeline: add recipe
Change-Id: I064f5a4d6b6e275ccef631dd82f1f89dad7bf5b1
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5')
| -rw-r--r-- | recipes-qt/qt5/qtquicktimeline_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtquicktimeline_git.bb b/recipes-qt/qt5/qtquicktimeline_git.bb new file mode 100644 index 00000000..5d030fb1 --- /dev/null +++ b/recipes-qt/qt5/qtquicktimeline_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | require qt5.inc | ||
| 2 | require qt5-git.inc | ||
| 3 | |||
| 4 | DESCRIPTION = "Qt Quick Timeline" | ||
| 5 | LICENSE = "GPL-2.0+ | The-Qt-Company-Commercial" | ||
| 6 | LIC_FILES_CHKSUM = " \ | ||
| 7 | file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 8 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 9 | " | ||
| 10 | |||
| 11 | DEPENDS = "qtbase qtdeclarative" | ||
| 12 | |||
| 13 | SRCREV = "7f05ba0039134598dffa17c2ef3e234b5e27241a" | ||
