aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qmake2.bbclass
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-03-25 12:05:40 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-03-25 12:05:40 +0100
commit2fa972014da492233781741da3cb8880d6b8fa42 (patch)
tree2a81fd409c1d55b293b0d770c83f8bd3239d637e /classes/qmake2.bbclass
parent8e64571067be19103941e6f32f08c871680b23e4 (diff)
downloadopenembedded-2fa972014da492233781741da3cb8880d6b8fa42.tar.gz
qt4: make use of qt4-tools-native instead of qmake2-native and uicmoc4-native
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 9ced896fe8..5ea31a976d 100644
--- a/classes/qmake2.bbclass
+++ b/classes/qmake2.bbclass
@@ -3,7 +3,7 @@
#
inherit qmake_base
-DEPENDS_prepend = "qmake2-native uicmoc4-native "
+DEPENDS_prepend = "qt4-tools-native "
export QMAKESPEC = "${STAGING_DATADIR}/qt4/mkspecs/${TARGET_OS}-oe-g++"
export OE_QMAKE_UIC = "${STAGING_BINDIR_NATIVE}/uic4"