summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/proparsing2
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-06 12:03:52 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-06 18:16:21 (GMT)
commitf562d3056a1977ce63653477f095d9678021cf0f (patch)
treeb073c2dc503e083d0ad5da8b32ad4915041d8ebd /tests/auto/linguist/lupdate/testdata/good/proparsing2
parent8fe7f1340bbb09db3d14923835c4e678134c4018 (diff)
downloadQt-f562d3056a1977ce63653477f095d9678021cf0f.zip
Qt-f562d3056a1977ce63653477f095d9678021cf0f.tar.gz
Qt-f562d3056a1977ce63653477f095d9678021cf0f.tar.bz2
tidy up the test .pro files
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/proparsing2')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/proparsing2/project.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsing2/project.pro b/tests/auto/linguist/lupdate/testdata/good/proparsing2/project.pro
index 1d6895a..92644e5 100644
--- a/tests/auto/linguist/lupdate/testdata/good/proparsing2/project.pro
+++ b/tests/auto/linguist/lupdate/testdata/good/proparsing2/project.pro
@@ -3,9 +3,6 @@
# It also tries to verify the behaviour of combining quoted and non-quoted elements with literals.
#
-TEMPLATE = app
-LANGUAGE = C++
-
QUOTED = $$quote(variable with spaces)
VERSIONAB = "a.b"
VAB = $$split(VERSIONAB, ".")
@@ -33,7 +30,7 @@ SOURCES += $$Q3
win32: SOURCES += $$system(type files-cc.txt)
unix: SOURCES += $$system(cat files-cc.txt)
-TRANSLATIONS += project.ts
+TRANSLATIONS = project.ts
exists( $$TRANSLATIONS ) {
win32: system(del $$TRANSLATIONS)