mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add recipe for QtInsightTracker
QtInsightTracker is a commercial-only module. Task-number: ANALYTICS-237 Task-number: QTBUG-108568 Pick-to: 6.5 Change-Id: I30412dec8552898b76865402c2e2ccfcae8d1904 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
a942032591
commit
56710e8724
|
|
@ -63,6 +63,7 @@ PACKAGECONFIG:append:pn-qtdeviceutilities = " examples"
|
|||
PACKAGECONFIG:append:pn-qtgrpc = " examples"
|
||||
PACKAGECONFIG:append:pn-qthttpserver = " examples"
|
||||
PACKAGECONFIG:append:pn-qtimageformats = " examples"
|
||||
PACKAGECONFIG:append:pn-qtinsighttracker = " examples"
|
||||
PACKAGECONFIG:append:pn-qtinterfaceframework = " examples"
|
||||
PACKAGECONFIG:append:pn-qtlanguageserver = " examples"
|
||||
PACKAGECONFIG:append:pn-qtlocation = " examples"
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|||
|
||||
RDEPENDS:${PN} += " \
|
||||
qmlcompilerplus \
|
||||
qtinsighttracker \
|
||||
qtvncserver \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ PV = "6.6.0"
|
|||
SRCREV = "${SRCREV_${QT_MODULE}}"
|
||||
|
||||
SRCREV_tqtc-qmlcompilerplus = "f2414c1a5e44b9132ab391aed015b40d066c64eb"
|
||||
SRCREV_tqtc-qtinsighttracker = "a53ea92cc3554e108f984899d05f43cd581fda84"
|
||||
SRCREV_tqtc-qtvncserver = "92dfd85cc1b49ee69914c1aba64ed8819c85b3d5"
|
||||
SRCREV_qt3d = "12f42251343b58203d7ad08da571bb2a8c382fc1"
|
||||
SRCREV_qt3d-assimp = "5a38cd0a03015ceabbd5bc6efb0730dde1ef74e5"
|
||||
|
|
|
|||
12
recipes-qt/qt6/qtinsighttracker_git.bb
Normal file
12
recipes-qt/qt6/qtinsighttracker_git.bb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
LICENSE = "The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/LicenseRef-Qt-Commercial.txt;md5=40a1036f91cefc0e3fabad241fb5f187"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
include recipes-qt/qt6/qt6-commercial.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtdeclarative-native"
|
||||
|
||||
FILES:${PN} += "${QT6_INSTALL_DATADIR}/qtinsight"
|
||||
Loading…
Reference in New Issue
Block a user