From 48bc6e67b38a64f6a6c065ec15f02d042fea8c45 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 21 Oct 2007 12:56:09 +0000 Subject: packages/webkit: Build the Qt/Qtopia port of WebKit as well. Unifiy the WebKit recipe and allow to build the Gtk+, Qt and Qtopia port. Add classes/qtopia4core.bbclass to assist building for Qtopia. Change the WebKit.pro to currently not build the testkjs and DumpRenderTree test utilities. --- classes/qtopia4core.bbclass | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 classes/qtopia4core.bbclass (limited to 'classes') diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass new file mode 100644 index 0000000000..86bc7afc2f --- /dev/null +++ b/classes/qtopia4core.bbclass @@ -0,0 +1,11 @@ +DEPENDS_prepend = "${@["qtopia-core ", ""][(bb.data.getVar('PN', d, 1) == 'qtopia-core')]}" +inherit qmake2 + +# +# override variables set by qmake-base to compile QtopiaCore apps +# +export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopiacore4" +export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopiacore4/" +export OE_QMAKE_LIBS_QT = "qt" +export OE_QMAKE_LIBS_X11 = "" +EXTRA_QMAKEVARS_POST += "LIBS+=-lQtNetwork " -- cgit v1.2.3