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 886509518d
commit b9b00aaad4
1 changed files with 2 additions and 2 deletions

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"