diff options
author | Edward Welbourne <edward.welbourne@theqtcompany.com> | 2015-11-12 16:30:15 +0100 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@theqtcompany.com> | 2015-11-20 15:02:07 +0000 |
commit | 8da24d8a5c6cebed975190cb5fd83b08d6188ebf (patch) | |
tree | 78612a84a861a728b0dee99afab12906dd2f93a8 /qmake | |
parent | 0c73bafe23cc81110baaf4ff416fe1750686cc1f (diff) | |
download | qtbase-8da24d8a5c6cebed975190cb5fd83b08d6188ebf.tar.gz |
Comment to point out problem with CRLF handling.
Change-Id: I6352c5c68183207b9dfd332fbecc89c1c8c16d20
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/generators/makefiledeps.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/makefiledeps.cpp b/qmake/generators/makefiledeps.cpp index f655010677..f4479750c8 100644 --- a/qmake/generators/makefiledeps.cpp +++ b/qmake/generators/makefiledeps.cpp @@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE +// FIXME: a line ending in CRLF gets counted as two lines. #if 1 #define qmake_endOfLine(c) (c == '\r' || c == '\n') #else |