diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-07 21:05:28 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-07 21:07:47 (GMT) |
commit | a25fbb9afdda4315a501ebf10c9fede8905b4329 (patch) | |
tree | b0e31b5fa455d4fefbaaf513b82b33b3c67a0c2a /tests/auto/linguist | |
parent | 1ff8e5ae0a3108086aacd53d3f8d213f13e05a4e (diff) | |
download | Qt-a25fbb9afdda4315a501ebf10c9fede8905b4329.zip Qt-a25fbb9afdda4315a501ebf10c9fede8905b4329.tar.gz Qt-a25fbb9afdda4315a501ebf10c9fede8905b4329.tar.bz2 |
fix test under windows
the windows mkspecs auto-add debug_and_release to CONFIG and thus
trigger warnings from the profile parser.
Diffstat (limited to 'tests/auto/linguist')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro b/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro index 759bea0..034f298 100644 --- a/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro +++ b/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro @@ -1,3 +1,4 @@ SOURCES = main.cpp +CONFIG -= debug_and_release TRANSLATIONS = project.ts |