qmake2: use the new qt4-tools instead of the unmaintained uicmoc recipes
authorKoen Kooi <koen@openembedded.org>
Tue, 31 Aug 2010 14:07:43 +0000 (16:07 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 31 Aug 2010 14:07:43 +0000 (16:07 +0200)
recipes/qmake/qmake2.inc

index 0e0f9cd..2e78a44 100644 (file)
@@ -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}"