summaryrefslogtreecommitdiff
path: root/tests/auto/qlibrary
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-10-08 12:58:41 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-10-08 15:16:49 +0300
commitf8596b2269631b9522e51bb0a68d86588d4696c7 (patch)
treebb2457f515a44e3a51a2346999eafd8025903488 /tests/auto/qlibrary
parent269821d9a1eda2893f84fdeff76edef576f9847d (diff)
downloadqt4-tools-f8596b2269631b9522e51bb0a68d86588d4696c7.tar.gz
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/qlibrary')
-rw-r--r--tests/auto/qlibrary/tst/tst.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qlibrary/tst/tst.pro b/tests/auto/qlibrary/tst/tst.pro
index 4c647c005d..28c40b0b42 100644
--- a/tests/auto/qlibrary/tst/tst.pro
+++ b/tests/auto/qlibrary/tst/tst.pro
@@ -12,18 +12,18 @@ win32 {
}
wince*: {
- addFiles.sources = ../*.dll ../*.dl2 ../mylib_noextension
+ addFiles.files = ../*.dll ../*.dl2 ../mylib_noextension
addFiles.path = .
DEPLOYMENT += addFiles
DEFINES += SRCDIR=\\\"\\\"
}else:symbian {
- binDep.sources = \
+ binDep.files = \
mylib.dll \
system.trolltech.test.mylib.dll
binDep.path = /sys/bin
#mylib.dl2 nonstandard binary deployment will cause warning in emulator,
#but it can be safely ignored.
- custBinDep.sources = mylib.dl2
+ custBinDep.files = mylib.dl2
custBinDep.path = /sys/bin
DEPLOYMENT += binDep custBinDep