From 4ff06e3cd8fd19c512dfef76400ce3e5b1c8b907 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Wed, 26 May 2010 10:25:00 +0200
Subject: [PATCH] don't put the temporary header files into the qm dir

this makes a difference only on macx, where it happens to fix the ts
target (because of missing quoting). but it is More Correct anyway.
---
 share/qtcreator/translations/translations.pro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/qtcreator/translations/translations.pro b/share/qtcreator/translations/translations.pro
index d15586009a6..0c7159690b0 100644
--- a/share/qtcreator/translations/translations.pro
+++ b/share/qtcreator/translations/translations.pro
@@ -14,8 +14,8 @@ LRELEASE = $$targetPath($$[QT_INSTALL_BINS]/lrelease)
 
 TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/qtcreator_,.ts)
 
-MIME_TR_H = $$IDE_DATA_PATH/translations/mime_tr.h
-CUSTOMWIZARD_TR_H = $$IDE_DATA_PATH/translations/customwizard_tr.h
+MIME_TR_H = $$OUT_PWD/mime_tr.h
+CUSTOMWIZARD_TR_H = $$OUT_PWD/customwizard_tr.h
 
 contains(QT_VERSION, ^4\.[0-6]\..*) {
     ts.commands = @echo This Qt version is too old for the ts target. Need Qt 4.7+.
-- 
GitLab