From e0ce766db26233fdd16c85e9b3008a17596b17ec Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 11 Jan 2010 13:58:31 +0100 Subject: 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. --- recipes/webkit/qtwebkit-performance-utilities.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/webkit') 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/*" -- cgit 1.2.3-korg