From 6b69385a53d39961225a45f09b3353dc95508a78 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 9 Mar 2010 20:18:20 +0100 Subject: fix qm file installation from shadow build --- translations/translations.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/translations.pro b/translations/translations.pro index f1b9c99..8f37451 100644 --- a/translations/translations.pro +++ b/translations/translations.pro @@ -42,5 +42,6 @@ isEmpty(vcproj) { translations.path = $$[QT_INSTALL_TRANSLATIONS] translations.files = $$TRANSLATIONS translations.files ~= s,\\.ts$,.qm,g +translations.files ~= s,^,$$OUT_PWD/,g translations.CONFIG += no_check_exist INSTALLS += translations -- cgit v0.12