From: Koen Kooi Date: Tue, 31 Aug 2010 14:07:43 +0000 (+0200) Subject: qmake2: use the new qt4-tools instead of the unmaintained uicmoc recipes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba9d6f94caea026c282d9d87704e4ada62babf0;p=openembedded.git qmake2: use the new qt4-tools instead of the unmaintained uicmoc recipes --- 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}"