aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qmake2.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-24 23:55:27 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-24 23:55:27 +0000
commit79e6dae1cb3b5367da8d375fa1cf2f8480b64e6e (patch)
treee42156038f7584580f7906df772672775ab8af83 /classes/qmake2.bbclass
parentc101c9c7cd3c506f0e7440fc6641bc34055c2459 (diff)
downloadopenembedded-79e6dae1cb3b5367da8d375fa1cf2f8480b64e6e.tar.gz
classes/qmake2.bbclass: Remove the usage of the QTDIR from this line as well
(sadly no equivalent to git-commit --amend is available)
Diffstat (limited to 'classes/qmake2.bbclass')
-rw-r--r--classes/qmake2.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake2.bbclass b/classes/qmake2.bbclass
index 63d6faf782..cf3419f824 100644
--- a/classes/qmake2.bbclass
+++ b/classes/qmake2.bbclass
@@ -5,7 +5,7 @@ inherit qmake_base
DEPENDS_prepend = "qmake2-native uicmoc4-native "
-export QMAKESPEC = "${QTDIR}/mkspecs/${TARGET_OS}-oe-g++"
+export QMAKESPEC = "${CROSS_DATADIR}/qt4/mkspecs/${TARGET_OS}-oe-g++"
export OE_QMAKE_UIC = "${STAGING_BINDIR_NATIVE}/uic4"
export OE_QMAKE_UIC3 = "${STAGING_BINDIR_NATIVE}/uic34"
export OE_QMAKE_MOC = "${STAGING_BINDIR_NATIVE}/moc4"