aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-05 22:23:37 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-05 22:29:07 +0100
commitc2c3e2ed9d3a7ee2671a7c7ab140054d92090c4b (patch)
tree234822b84c8e566a5fdf433add56c03fe0e012d7 /classes
parente21f758fd4eeebba97339a00547fa7548b6d789d (diff)
downloadopenembedded-c2c3e2ed9d3a7ee2671a7c7ab140054d92090c4b.tar.gz
qte: remove legacy staging
Removes legacy staging from QtE 2.3.10. Includes & libraries are now no longer staged in a special location - they are as they would be installed on the target system (/usr/include/qte and /usr/lib respectively). qmake.bbclass has been updated to reflect this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/qmake.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/qmake.bbclass b/classes/qmake.bbclass
index 7dfe459349..40fc739481 100644
--- a/classes/qmake.bbclass
+++ b/classes/qmake.bbclass
@@ -8,8 +8,8 @@ export OE_QMAKE_MOC="${STAGING_BINDIR_NATIVE}/moc"
export OE_QMAKE_QMAKE="${STAGING_BINDIR_NATIVE}/qmake"
export OE_QMAKE_CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"
export OE_QMAKE_LINK="${CCLD}"
-export OE_QMAKE_INCDIR_QT="${QTDIR}/include"
-export OE_QMAKE_LIBDIR_QT="${QTDIR}/lib"
+export OE_QMAKE_INCDIR_QT="${STAGING_INCDIR}/qte"
+export OE_QMAKE_LIBDIR_QT="${STAGING_LIBDIR}"
export OE_QMAKE_LIBS_QT="qte"
export OE_QMAKE_LIBS_X11=""