summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextstream/test
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-10-08 09:58:41 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-10-08 12:16:49 (GMT)
commitf8596b2269631b9522e51bb0a68d86588d4696c7 (patch)
treebb2457f515a44e3a51a2346999eafd8025903488 /tests/auto/qtextstream/test
parent269821d9a1eda2893f84fdeff76edef576f9847d (diff)
downloadQt-f8596b2269631b9522e51bb0a68d86588d4696c7.zip
Qt-f8596b2269631b9522e51bb0a68d86588d4696c7.tar.gz
Qt-f8596b2269631b9522e51bb0a68d86588d4696c7.tar.bz2
Align .pro with qmake: s/\.sources/.files/.
Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
Diffstat (limited to 'tests/auto/qtextstream/test')
-rw-r--r--tests/auto/qtextstream/test/test.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qtextstream/test/test.pro b/tests/auto/qtextstream/test/test.pro
index 20823de..8805fb9 100644
--- a/tests/auto/qtextstream/test/test.pro
+++ b/tests/auto/qtextstream/test/test.pro
@@ -18,9 +18,9 @@ QT = core network
wince*|symbian: {
- addFiles.sources = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
+ addFiles.files = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
addFiles.path = .
- res.sources = ../resources
+ res.files = ../resources
res.path = .
DEPLOYMENT += addFiles
}
@@ -30,7 +30,7 @@ wince*: {
}else:symbian {
# Symbian can't define SRCDIR meaningfully here
qt_not_deployed {
- codecs_plugins.sources = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll
+ codecs_plugins.files = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll
codecs_plugins.path = $$QT_PLUGINS_BASE_DIR/codecs
DEPLOYMENT += codecs_plugins
}