From 701c1ca693343ff02d54556e1677ee9cc4d8f4ea Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 26 Dec 2007 02:20:31 +0000 Subject: 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. --- classes/qtopia4core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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" -- cgit v1.2.3