mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 12:41:55 +02:00
* use latest revisions in 5.15 branches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
28 lines
794 B
BlitzBasic
28 lines
794 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "(GPL-3.0 & BSD) | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
|
|
|
|
SRC_URI += " \
|
|
git://github.com/assimp/assimp.git;name=assimp;branch=assimp_5.0_release;protocol=https;destsuffix=git/src/3rdparty/assimp/src \
|
|
"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[system-assimp] = "-system-quick3d-assimp,-qt-quick3d-assimp,assimp"
|
|
|
|
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
|
|
|
|
FILES_${PN}-qmlplugins += " \
|
|
${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \
|
|
"
|
|
|
|
SRCREV_qtquick3d = "2e8515c4e8fe899ba37c32fc82a6abe9778cd068"
|
|
SRCREV_assimp = "8f0c6b04b2257a520aaab38421b2e090204b69df"
|
|
|
|
SRCREV_FORMAT = "qtquick3d_assimp"
|