mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
qmake5_paths: change the default QT_DIR_NAME to be empty
* there aren't many people using qt4 and qt5 in the same image anymore, it's time to stop using this work around and to follow default packaging rules Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# about conflicts with qt4, then you can add qmake5_paths.bbclass
|
||||
# to your distro layer and flatten all QT_DIR_NAME directories
|
||||
|
||||
QT_DIR_NAME ?= "/qt5"
|
||||
QT_DIR_NAME ?= ""
|
||||
|
||||
# This is useful for target recipes to reference native mkspecs
|
||||
QMAKE_MKSPEC_PATH_NATIVE = "${STAGING_LIBDIR_NATIVE}${QT_DIR_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user