# # QMake variables for Qt # inherit qmake5_base QT5TOOLSDEPENDS ?= "qtbase-native" DEPENDS:prepend = "${QT5TOOLSDEPENDS} " qmake5_do_configure() { qmake5_base_do_configure } qmake5_do_install() { qmake5_base_do_install } qmake5_do_install:class-native() { qmake5_base_native_do_install } EXPORT_FUNCTIONS do_configure do_install