mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Build tests for ptest in Qt modules. The default build using PACKAGECONFIG[tests] doesn't work as the installation of tests is not working correctly. Instead build the tests separately after the module has been built and installed. The tests have dependencies to the data and source files which need to be packaged with the test binaries. Change-Id: Ibae55a29135267ce96949aa0c15ad7e236ef2512 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
21 lines
620 B
BlitzBasic
21 lines
620 B
BlitzBasic
LICENSE = "LGPL-3.0 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 ) | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
DEPENDS += "qtbase qtscxml-native"
|
|
|
|
PACKAGECONFIG ?= "qml"
|
|
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRCREV = "0654884519446190051ba791c56354ccb3e8425f"
|