summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-04-28 06:48:24 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-04-28 06:48:24 (GMT)
commit6d733287e384b9256efed3cd97d9badc64af6fb2 (patch)
tree5b94de927c572c7d4996a209492c5c13e7b8bfcc /qmake/generators/symbian
parent0bb4ffa7c8e8a546d9e03304e61b440921d830c0 (diff)
downloadQt-6d733287e384b9256efed3cd97d9badc64af6fb2.zip
Qt-6d733287e384b9256efed3cd97d9badc64af6fb2.tar.gz
Qt-6d733287e384b9256efed3cd97d9badc64af6fb2.tar.bz2
Removed preserving read-only flag from winscw deployed files to make
functionality similar to hw deployment.
Diffstat (limited to 'qmake/generators/symbian')
-rw-r--r--qmake/generators/symbian/symmake_abld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/symbian/symmake_abld.cpp b/qmake/generators/symbian/symmake_abld.cpp
index d1942c6..aee9745 100644
--- a/qmake/generators/symbian/symmake_abld.cpp
+++ b/qmake/generators/symbian/symmake_abld.cpp
@@ -157,7 +157,7 @@ void SymbianAbldMakefileGenerator::writeWrapperMakefile(QFile& wrapperFile, bool
t << "QMAKE = " << Option::fixPathToTargetOS(var("QMAKE_QMAKE")) << endl;
t << "DEL_FILE = " << var("QMAKE_DEL_FILE") << endl;
t << "DEL_DIR = " << var("QMAKE_DEL_DIR") << endl;
- t << "XCOPY = xcopy /d /f /h /r /k /y /i" << endl;
+ t << "XCOPY = xcopy /d /f /h /r /y /i" << endl;
t << "ABLD = ABLD.BAT" << endl;
t << "DEBUG_PLATFORMS = " << debugPlatforms.join(" ") << endl;
t << "RELEASE_PLATFORMS = " << releasePlatforms.join(" ") << endl;