diff options
author | Martin Storsjo <martin@martin.st> | 2010-09-28 17:23:25 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-28 17:23:25 (GMT) |
commit | 67f340ed4db4ee0b6fe8ab48e2ef2b12973d18da (patch) | |
tree | 2635ece824802b235158dd32383664a326682002 /mkspecs | |
parent | e9eb7847a869750af4c0b83e668b7e2e1cf49bea (diff) | |
download | Qt-67f340ed4db4ee0b6fe8ab48e2ef2b12973d18da.zip Qt-67f340ed4db4ee0b6fe8ab48e2ef2b12973d18da.tar.gz Qt-67f340ed4db4ee0b6fe8ab48e2ef2b12973d18da.tar.bz2 |
Improve Qt/Symbian compatibility with unix shells
Remove an "echo." call that doesn't work on unix, and make the
create_temps target work with unix shell syntax (QMAKE_CHK_DIR_EXISTS
requires an || before the command to execute on unix shells).
Merge-request: 823
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/symbian/sis_targets.prf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/sis_targets.prf b/mkspecs/features/symbian/sis_targets.prf index 800a04c..c92fc79 100644 --- a/mkspecs/features/symbian/sis_targets.prf +++ b/mkspecs/features/symbian/sis_targets.prf @@ -127,7 +127,6 @@ equals(GENERATE_SIS_TARGETS, true) { && echo $${shellFixedHash} Version : >> $$make_cache_name \ && echo $${shellFixedHash} >> $$make_cache_name \ && echo $${shellFixedHash} ============================================================================== >> $$make_cache_name \ - && echo. >> $$make_cache_name \ && echo QT_SIS_TARGET ?= $(QT_SIS_TARGET) >> $$make_cache_name QMAKE_EXTRA_TARGETS += store_build_target |