aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qmake
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-08-31 16:07:43 +0200
committerKoen Kooi <koen@openembedded.org>2010-08-31 16:07:43 +0200
commit0ba9d6f94caea026c282d9d87704e4ada62babf0 (patch)
tree37742bb48c04a5d6cb0c293032389efc6c5a073a /recipes/qmake
parent2a38acbdbd7973c994b31cb9157d9ffc0414f527 (diff)
downloadopenembedded-0ba9d6f94caea026c282d9d87704e4ada62babf0.tar.gz
qmake2: use the new qt4-tools instead of the unmaintained uicmoc recipes
Diffstat (limited to 'recipes/qmake')
-rw-r--r--recipes/qmake/qmake2.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qmake/qmake2.inc b/recipes/qmake/qmake2.inc
index 0e0f9cd55a..2e78a44281 100644
--- a/recipes/qmake/qmake2.inc
+++ b/recipes/qmake/qmake2.inc
@@ -3,10 +3,10 @@ PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
SECTION = "devel"
LICENSE = "GPL"
-PR = "r10"
+PR = "r11"
# We call 'moc' during the build
-DEPENDS = "uicmoc4-native"
+DEPENDS = "qt4-tools-native"
QTVER = "qt-embedded-linux-opensource-src-${QTVERSION}"