qtwebkit-performance-utilities.inc: Use += to not undo qt4e
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 11 Jan 2010 12:58:31 +0000 (13:58 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 14 Jan 2010 17:36:19 +0000 (18:36 +0100)
Append to the extra qmake variables instead of assigning it. This
means that the original qt4e extra variables will be passed to qmake
and we will link to the QtE libraries again.

recipes/webkit/qtwebkit-performance-utilities.inc

index 9041a28..1fc7edb 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "git://gitorious.org/qtwebkit/performance.git;protocol=git"
 S = "${WORKDIR}/git"
 PV = "0.1+gitr${SRCREV}"
 
-EXTRA_QMAKEVARS_PRE = "INSTALL_DIR=${bindir}"
+EXTRA_QMAKEVARS_PRE += "INSTALL_DIR=${bindir}"
 
 FILES_${PN} = "${bindir}/qtwebkit-benchmark/*"
 FILES_${PN}-dbg = "${bindir}/qtwebkit-benchmark/.debug/*"