aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qtopia4core.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-26 02:20:31 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-26 02:20:31 +0000
commit701c1ca693343ff02d54556e1677ee9cc4d8f4ea (patch)
tree85e1ad37b12277ce385cb039e9a2c407513aebb0 /classes/qtopia4core.bbclass
parentd4196e7143aa73ed373b4bc3d4194bbec4932cc5 (diff)
downloadopenembedded-701c1ca693343ff02d54556e1677ee9cc4d8f4ea.tar.gz
qmake,Qt/X11,QtopiaCore: Allow OE to set the tuning options. Allow to add a default module
-Do not hardcode O2, we have flags in OE to do such things and passing both didn't make sense -With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when building a gui application you will need the network module. Allow to add modules using environment variables.
Diffstat (limited to 'classes/qtopia4core.bbclass')
-rw-r--r--classes/qtopia4core.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass
index d14e68bb64..181973d72d 100644
--- a/classes/qtopia4core.bbclass
+++ b/classes/qtopia4core.bbclass
@@ -8,4 +8,4 @@ export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopiacore"
export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopiacore"
export OE_QMAKE_LIBS_QT = "qt"
export OE_QMAKE_LIBS_X11 = ""
-EXTRA_QMAKEVARS_POST += "LIBS+=-lQtNetwork "
+export OE_QMAKE_EXTRA_MODULES = "network"