mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 17:02:34 +02:00
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
284 B
Plaintext
20 lines
284 B
Plaintext
#
|
|
# QMake variables for Qt
|
|
#
|
|
inherit qmake5_base
|
|
|
|
QT5TOOLSDEPENDS ?= "qtbase-native"
|
|
DEPENDS:prepend = "${QT5TOOLSDEPENDS} "
|
|
|
|
do_configure() {
|
|
qmake5_base_do_configure
|
|
}
|
|
|
|
do_install() {
|
|
qmake5_base_do_install
|
|
}
|
|
|
|
do_install:class-native() {
|
|
qmake5_base_native_do_install
|
|
}
|