Files
meta-qt5/classes/qmake5.bbclass
Martin Jansa 2675a1d62e Convert to new override syntax
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 "_".

Change-Id: Iae85d9cd157638bc7ff50fa96cd68263e155ab60
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-12-02 14:18:32 +01:00

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
}