diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-05-06 13:15:13 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-05-20 20:19:08 (GMT) |
commit | 3201b70f0364911382cf3657141be95e34f1d61c (patch) | |
tree | 8b479a823e68a1f934f71d91002582a500fcca8d /qmake/option.cpp | |
parent | bb0048d2e8536f1db5144ee99d122e2b3b102e04 (diff) | |
download | Qt-3201b70f0364911382cf3657141be95e34f1d61c.zip Qt-3201b70f0364911382cf3657141be95e34f1d61c.tar.gz Qt-3201b70f0364911382cf3657141be95e34f1d61c.tar.bz2 |
unify QMAKE_QMAKE path separator fixing
the value of the variable in Option is only ever accessed via the
project variable, so there is no point in early fixing.
as it happens, this fixes mingw+sh generating makefiles with the wrong
separator, as the fixing is delayed to a point where QMAKE_DIR_SEP was
read back into Option.
Reviewed-by: joerg
Diffstat (limited to 'qmake/option.cpp')
-rw-r--r-- | qmake/option.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/option.cpp b/qmake/option.cpp index 13e855c..d63158c 100644 --- a/qmake/option.cpp +++ b/qmake/option.cpp @@ -558,7 +558,6 @@ void Option::applyHostMode() Option::dir_sep = "/"; Option::obj_ext = ".o"; } - Option::qmake_abslocation = Option::fixPathToTargetOS(Option::qmake_abslocation); } bool Option::postProcessProject(QMakeProject *project) |