mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Task-number: QTBUG-95705 Change-Id: Ieb57084e2cea47eb3407960ebfce404cee1ddc36 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
31 lines
1012 B
BlitzBasic
31 lines
1012 B
BlitzBasic
LICENSE = "BSD-3-Clause & ( GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial )"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://src/3rdparty/assimp/src/LICENSE;md5=d9d5275cab4fb13ae624d42ce64865de \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
ASSIMP_BRANCH = "qt6_assimp"
|
|
|
|
SRC_URI += " \
|
|
${QT_GIT}/${QT_GIT_PROJECT}/qtquick3d-assimp.git;name=assimp;branch=${ASSIMP_BRANCH};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/assimp/src \
|
|
"
|
|
|
|
DEPENDS = "qtbase qtdeclarative qtshadertools qtshadertools-native qtquick3d-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
PACKAGECONFIG[system-assimp] = "-DFEATURE_system_assimp=ON,-DFEATURE_system_assimp=OFF,assimp"
|
|
|
|
FILES:${PN}-qmlplugins += " \
|
|
${QT6_INSTALL_QMLDIR}/QtQuick3D/Helpers/meshes/*.mesh \
|
|
"
|
|
|
|
SRCREV_FORMAT = "qtquick3d_assimp"
|
|
SRCREV_qtquick3d = "ca13040db315ec105d22d5c9afb7d5b6de9bb82b"
|
|
SRCREV_assimp = "5a38cd0a03015ceabbd5bc6efb0730dde1ef74e5"
|