summaryrefslogtreecommitdiff
path: root/tests/auto/linguist/lupdate/testdata/good/merge_versions
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-06 14:17:57 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-06 19:16:22 +0100
commit40e3c68a38152ecdc354a2d503490f9b0ff49740 (patch)
tree3d5a51a177f35700dc2a0ef750689a9d726e0dfb /tests/auto/linguist/lupdate/testdata/good/merge_versions
parenta54a8961bad16c55bd0a56896dec42de875cc0b4 (diff)
downloadqt4-tools-40e3c68a38152ecdc354a2d503490f9b0ff49740.tar.gz
don't use qmake for test setup
this makes the tests rather significantly faster
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/merge_versions')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/merge_versions/project.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/merge_versions/project.pro b/tests/auto/linguist/lupdate/testdata/good/merge_versions/project.pro
index 70dd7ce068..fa56972dd2 100644
--- a/tests/auto/linguist/lupdate/testdata/good/merge_versions/project.pro
+++ b/tests/auto/linguist/lupdate/testdata/good/merge_versions/project.pro
@@ -1,11 +1,3 @@
FORMS += project.ui
TRANSLATIONS = project.ts
-
-# Copy the ts to a temp file because:
-# 1. The depot file is usually read-only
-# 2. We don't want to modify the original file, since then it won't be possible to run the test twice
-# without reverting the original file again.
-
-win32: system(copy /Y project.ts.before $$TRANSLATIONS)
-unix: system(cp -f project.ts.before $$TRANSLATIONS && chmod a+w $$TRANSLATIONS)