summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefiledeps.cpp
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2015-11-12 16:30:15 +0100
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2015-11-20 15:02:07 +0000
commit8da24d8a5c6cebed975190cb5fd83b08d6188ebf (patch)
tree78612a84a861a728b0dee99afab12906dd2f93a8 /qmake/generators/makefiledeps.cpp
parent0c73bafe23cc81110baaf4ff416fe1750686cc1f (diff)
Comment to point out problem with CRLF handling.
Change-Id: I6352c5c68183207b9dfd332fbecc89c1c8c16d20 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'qmake/generators/makefiledeps.cpp')
-rw-r--r--qmake/generators/makefiledeps.cpp1
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