aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qtopia4core.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-27 01:53:46 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-27 01:53:46 +0000
commitd56b2bb2b2fc7c78ef3c405336187926464943ed (patch)
tree18fea1c32f046bb09efb618ff17bc6fa44a78bf9 /classes/qtopia4core.bbclass
parented5018647cb34f2fb0696a5fa54d8098bc2edf7f (diff)
downloadopenembedded-d56b2bb2b2fc7c78ef3c405336187926464943ed.tar.gz
Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time.
Diffstat (limited to 'classes/qtopia4core.bbclass')
-rw-r--r--classes/qtopia4core.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass
index a8364d86ff..fd8939a23f 100644
--- a/classes/qtopia4core.bbclass
+++ b/classes/qtopia4core.bbclass
@@ -9,3 +9,4 @@ export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopia"
export OE_QMAKE_LIBS_QT = "qt"
export OE_QMAKE_LIBS_X11 = ""
export OE_QMAKE_EXTRA_MODULES = "network"
+EXTRA_QMAKEVARS_PRE += " QT_LIBINFIX=E "