diff options
-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" | ||