File qt-4.7.1-lrelease.patch of Package mingw32-libqt4
--- translations/translations.pri 2010-11-06 02:55:12.000000000 +0100
+++ translations/translations.pri 2010-11-11 11:48:53.000000000 +0100
@@ -1,5 +1,5 @@
-qtPrepareTool(LCONVERT, lconvert)
-qtPrepareTool(LUPDATE, lupdate)
+LCONVERT = lconvert
+LUPDATE = lupdate
LUPDATE += -locations relative -no-ui-lines
TS_TARGETS =
--- translations/translations.pro 2010-11-06 02:55:12.000000000 +0100
+++ translations/translations.pro 2010-11-11 11:49:58.000000000 +0100
@@ -1,6 +1,6 @@
TRANSLATIONS = $$files(*.ts)
-qtPrepareTool(LRELEASE, lrelease)
+LRELEASE = lrelease
contains(TEMPLATE_PREFIX, vc):vcproj = 1