diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 14:19:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 15:58:19 +0200 |
commit | ee50b5f78aff0abb60084cba978f3f2f499dbba9 (patch) | |
tree | 846f88349169a4c47fb456fbd61b8683b34e2f8d | |
parent | ae45cb478fbfacc7e2e23eb365c1f740ad325335 (diff) | |
download | meta-qt5-ee50b5f78aff0abb60084cba978f3f2f499dbba9.tar.gz |
qt3d: add qtdeclarative dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt3d.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt3d.inc b/recipes-qt/qt5/qt3d.inc index 89b378c0..6034be5d 100644 --- a/recipes-qt/qt5/qt3d.inc +++ b/recipes-qt/qt5/qt3d.inc | |||
@@ -1,5 +1,7 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | DEPENDS += "qtdeclarative" | ||
4 | |||
3 | LICENSE = "GFDL-1.3 & LGPL-2.1 & PREVIEW.COMMERCIAL" | 5 | LICENSE = "GFDL-1.3 & LGPL-2.1 & PREVIEW.COMMERCIAL" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4ac745f4b16b419fa48a24d41e983c40 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4ac745f4b16b419fa48a24d41e983c40 \ |
5 | file://LGPL_EXCEPTION.txt;md5=eb6c371255e1262c55ae9b652a90b528 \ | 7 | file://LGPL_EXCEPTION.txt;md5=eb6c371255e1262c55ae9b652a90b528 \ |