diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-12-09 13:44:36 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-02-12 15:48:10 (GMT) |
commit | 8e7fe402ab07c016fd0ba7d9fae395e532b4dfc5 (patch) | |
tree | c06a03708b0917fee4cdfdd689a865c40512ce99 /mkspecs | |
parent | 123ccf7a63e2908c0a4f7035a6e1802dca73f217 (diff) | |
download | Qt-8e7fe402ab07c016fd0ba7d9fae395e532b4dfc5.zip Qt-8e7fe402ab07c016fd0ba7d9fae395e532b4dfc5.tar.gz Qt-8e7fe402ab07c016fd0ba7d9fae395e532b4dfc5.tar.bz2 |
move $(DEL_FILE) 2> NUL redirection into .conf file
littering generic makefile generator code with it is both plain ugly and
unnecessary.
Reviewed-by: mariusSO
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 7360d74..f1a6788 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -87,7 +87,7 @@ QMAKE_LIBS_S60 = -lavkon QMAKE_COPY = copy /y QMAKE_COPY_DIR = xcopy /s /q /y /i QMAKE_MOVE = move - QMAKE_DEL_FILE = del + QMAKE_DEL_FILE = del 2> NUL QMAKE_MKDIR = mkdir QMAKE_DEL_DIR = rmdir QMAKE_CHK_DIR_EXISTS = if not exist |