From 405d9367e70d9f0d3acd60733d9d1d3f24c50092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 1 Dec 2009 15:21:09 +0100 Subject: [PATCH] Patch the paths in lrelease for Qt 4.6.1 Necessary because lrelease is built statically now. Reviewed-by: Oswald Buddenhagen --- src/tools/qpatch/files-to-patch-linux | 1 + src/tools/qpatch/files-to-patch-windows | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tools/qpatch/files-to-patch-linux b/src/tools/qpatch/files-to-patch-linux index 2cf70c97291..33e5eeef7d8 100644 --- a/src/tools/qpatch/files-to-patch-linux +++ b/src/tools/qpatch/files-to-patch-linux @@ -1,4 +1,5 @@ bin/qmake +bin/lrelease lib/libQtCore.so %% lib/libQtCore.la diff --git a/src/tools/qpatch/files-to-patch-windows b/src/tools/qpatch/files-to-patch-windows index 62dafff80d8..a85411409b5 100644 --- a/src/tools/qpatch/files-to-patch-windows +++ b/src/tools/qpatch/files-to-patch-windows @@ -1,4 +1,5 @@ bin/qmake.exe +bin/lrelease.exe bin/QtCore4.dll bin/QtCored4.dll %%