mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 16:15:42 +02:00
qmake5_paths.bbclass: Use Qt version path for headers
When looking for Qt5 headers we ought to use the Qt5 specific path. In case the distribution wants to have a flat tree it can set QT_DIR_NAME and it will still works as expected. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
QT_DIR_NAME ?= "qt5"
|
||||
|
||||
OE_QMAKE_PATH_PREFIX = "${prefix}"
|
||||
OE_QMAKE_PATH_HEADERS = "${includedir}"
|
||||
OE_QMAKE_PATH_HEADERS = "${includedir}/${QT_DIR_NAME}"
|
||||
OE_QMAKE_PATH_LIBS = "${libdir}"
|
||||
OE_QMAKE_PATH_ARCHDATA = "${libdir}"
|
||||
OE_QMAKE_PATH_DATA = "${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user