From 6d733287e384b9256efed3cd97d9badc64af6fb2 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 28 Apr 2009 09:48:24 +0300 Subject: Removed preserving read-only flag from winscw deployed files to make functionality similar to hw deployment. --- qmake/generators/symbian/symmake_abld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12