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-238
Change-Id: I30412dec8552898b76865402c2e2ccfcae8d1904
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
(cherry picked from commit 56710e8724)
This commit is contained in:
parent
836964d756
commit
a3191d0fd7
|
|
@ -61,6 +61,7 @@ PACKAGECONFIG:append:pn-qtdatavis3d = " examples"
|
|||
PACKAGECONFIG:append:pn-qtdeclarative = " examples"
|
||||
PACKAGECONFIG:append:pn-qtdeviceutilities = " examples"
|
||||
PACKAGECONFIG:append:pn-qtimageformats = " examples"
|
||||
PACKAGECONFIG:append:pn-qtinsighttracker = " examples"
|
||||
PACKAGECONFIG:append:pn-qtinterfaceframework = " examples"
|
||||
PACKAGECONFIG:append:pn-qtlanguageserver = " examples"
|
||||
PACKAGECONFIG:append:pn-qtlottie = " examples"
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|||
|
||||
RDEPENDS:${PN} += " \
|
||||
qmlcompilerplus \
|
||||
qtinsighttracker \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ PV = "${QT_VERSION}"
|
|||
SRCREV = "${SRCREV_${QT_MODULE}}"
|
||||
|
||||
SRCREV_tqtc-qmlcompilerplus = "cd153798a1dcd6eb6ea9a13fc0e41a194d6ae87a"
|
||||
SRCREV_tqtc-qtinsighttracker = "38aaf56543321d1cdcce5011d2d9d74148a1465b"
|
||||
SRCREV_qt3d = "8e0097c0086cae2dde44a0f513ed1cd5b999cbec"
|
||||
SRCREV_qt3d-assimp = "5a38cd0a03015ceabbd5bc6efb0730dde1ef74e5"
|
||||
SRCREV_qt5compat = "557c8335de5d56545b2d0ba7f40761997366f0f4"
|
||||
|
|
|
|||
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