aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-11 13:58:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-14 18:36:19 +0100
commite0ce766db26233fdd16c85e9b3008a17596b17ec (patch)
treef47ca34afd3a737feb2622d32601467343f9d2fc
parent08fe78fa32569155d6ca8f1023a419911d7202ca (diff)
downloadopenembedded-e0ce766db26233fdd16c85e9b3008a17596b17ec.tar.gz
qtwebkit-performance-utilities.inc: Use += to not undo qt4e
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.
-rw-r--r--recipes/webkit/qtwebkit-performance-utilities.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webkit/qtwebkit-performance-utilities.inc b/recipes/webkit/qtwebkit-performance-utilities.inc
index 9041a28247..1fc7edbaab 100644
--- a/recipes/webkit/qtwebkit-performance-utilities.inc
+++ b/recipes/webkit/qtwebkit-performance-utilities.inc
@@ -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/*"