diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-02-19 09:29:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-05-11 17:03:46 +0200 |
commit | 790bc1957c6d4ed3261335c6e502d2d9a0edef27 (patch) | |
tree | e0f4330516be59ecb017bef13d816b20ad08bdd3 | |
parent | 07a54bf2a9b31e3c7786a1fbe0b436a290db570c (diff) | |
download | meta-qt5-790bc1957c6d4ed3261335c6e502d2d9a0edef27.tar.gz |
qtquicktimeline: add recipe
Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
-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" | ||