diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-19 22:11:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-19 22:11:17 +0200 |
commit | 8104d8054ea49891b4a92f22ee3b13a70557ceb2 (patch) | |
tree | 1f8898d9f2660374cc30ca903b28f03afdc2815b /recipes/qmake/qmake2.inc | |
parent | fdba3e6f3c08ee5e75da97b5d75d79b1c97063f6 (diff) |
qmake2: add missing INFIX export in qtopia env script
Diffstat (limited to 'recipes/qmake/qmake2.inc')
-rw-r--r-- | recipes/qmake/qmake2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qmake/qmake2.inc b/recipes/qmake/qmake2.inc index 9f3de244bb..2141eafa79 100644 --- a/recipes/qmake/qmake2.inc +++ b/recipes/qmake/qmake2.inc @@ -3,7 +3,7 @@ PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" LICENSE = "GPL" -PR = "r9" +PR = "r10" # We call 'moc' during the build DEPENDS = "uicmoc4-native" |