aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-10-21 13:09:01 +0000
committerHolger Freyther <zecke@selfish.org>2007-10-21 13:09:01 +0000
commit707a7b1358f32bca76f4b89f4ecd6154a61d5e62 (patch)
treef47ef238ee2a4d3331dd4845d2f13da9adafd5e1 /classes
parent8b7437ccc4b316e46bd2218411bc08b57f71ad6d (diff)
parent48bc6e67b38a64f6a6c065ec15f02d042fea8c45 (diff)
downloadopenembedded-707a7b1358f32bca76f4b89f4ecd6154a61d5e62.tar.gz
merge of 'df62641d95864e75f130d2ac3448745cd933e572'
and 'e2ef6c7c9f67b4e28fb1c4393ee4307e8358d81d'
Diffstat (limited to 'classes')
-rw-r--r--classes/qtopia4core.bbclass11
1 files changed, 11 insertions, 0 deletions
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 "