qmake5: Add trailing space in DEPENDS_prepend instead of QT5TOOLSDEPENDS

* this way it looks better in bitbake -e, instead of:
  ${QT5TOOLSDEPENDS}${BASEDEPENDS}

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2013-07-03 17:37:27 +02:00
parent 2c5a5cf471
commit 806fedcc15

View File

@@ -3,8 +3,8 @@
#
inherit qmake5_base
QT5TOOLSDEPENDS ?= "qtbase-native "
DEPENDS_prepend = "${QT5TOOLSDEPENDS}"
QT5TOOLSDEPENDS ?= "qtbase-native"
DEPENDS_prepend = "${QT5TOOLSDEPENDS} "
# do we still need to export these?
#OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt5"