diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-30 22:27:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-30 22:27:51 +0000 |
commit | dbd602fb73d0e4087d70d1b557425dd6bef18aec (patch) | |
tree | 97f978164a3c1ca2174ad2113d2a37721f10d81b /libqtaux | |
parent | 7e03ade4e4d06bc1207f784b84d39ac9aa008a35 (diff) |
no need to (re)set OPIEDIR in libqtaux - the default will do just fine.
BKrev: 415c8867No6YaJxi-kl376HIn1PN7g
Diffstat (limited to 'libqtaux')
-rw-r--r-- | libqtaux/libqtaux2_1.1.6.oe | 2 | ||||
-rw-r--r-- | libqtaux/libqtaux2_cvs.oe | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libqtaux/libqtaux2_1.1.6.oe b/libqtaux/libqtaux2_1.1.6.oe index 3f4012a569..8cf409bb7f 100644 --- a/libqtaux/libqtaux2_1.1.6.oe +++ b/libqtaux/libqtaux2_1.1.6.oe @@ -11,8 +11,6 @@ S = "${WORKDIR}/libqtaux" inherit qmake -export OPIEDIR = "${STAGING_LIBDIR}/.." - EXTRA_QMAKEVARS_POST = 'DEFINES+=QWS' do_compile() { diff --git a/libqtaux/libqtaux2_cvs.oe b/libqtaux/libqtaux2_cvs.oe index 3babeea664..862bbc9f87 100644 --- a/libqtaux/libqtaux2_cvs.oe +++ b/libqtaux/libqtaux2_cvs.oe @@ -11,8 +11,6 @@ S = "${WORKDIR}/libqtaux" inherit qmake -export OPIEDIR = "${STAGING_LIBDIR}/.." - EXTRA_QMAKEVARS_POST = 'DEFINES+=QWS' do_compile() { |