summaryrefslogtreecommitdiffstats
path: root/qmake/project.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-28 17:49:24 +0200
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-28 17:52:34 +0200
commit2f2811f24268d9f34e2725e1aca4212a6ffdd81f (patch)
treeae4c927920a6cb76d621edc5f491e174423928da /qmake/project.cpp
parent49708c6e6ac8e6641b1dfdf3ec2ebf347a8ca98f (diff)
Changed include file name to lowercase to be able to crosscompile win32-g++ version from a Linux machine.
Reviewed-by: trustme
Diffstat (limited to 'qmake/project.cpp')
-rw-r--r--qmake/project.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index eef32db494..00bb2f0c8b 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -57,7 +57,7 @@
#include <unistd.h>
#include <sys/utsname.h>
#elif defined(Q_OS_WIN32)
-#include <Windows.h>
+#include <windows.h>
#endif
#include <stdio.h>
#include <stdlib.h>