diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-21 13:32:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-21 13:32:03 +0000 |
commit | 82c2fda7dc36d91898afdb6cb388d4886bf9ff13 (patch) | |
tree | 29039825a5f0ce0f4e05649227a39326feb64694 /classes/qtopia4core.bbclass | |
parent | dd7903259fb9869adceae54e1558b77732ba7576 (diff) | |
parent | 707a7b1358f32bca76f4b89f4ecd6154a61d5e62 (diff) |
merge of '2548d57472d4c6e09288476a5edccea5b34409d1'
and '775b589cf130e8f819ffd10ac936338120bb8071'
Diffstat (limited to 'classes/qtopia4core.bbclass')
-rw-r--r-- | classes/qtopia4core.bbclass | 11 |
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 " |