summaryrefslogtreecommitdiffstats
path: root/qmake/qmake_pch.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-21 09:35:57 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-21 12:34:50 +0200
commitc245a70986e384cd189580ed022ccbe5056eda8a (patch)
tree94a5eb8c44dbd5938caaf6fbacc821cc488bce21 /qmake/qmake_pch.h
parent25c03a888f45c9666517c95334fb93c5f10930e3 (diff)
qmake: Replace Q_WS_WIN by Q_OS_WIN
Change-Id: I6c63cda81a15759294321696feffa1150bd2a315 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'qmake/qmake_pch.h')
-rw-r--r--qmake/qmake_pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/qmake_pch.h b/qmake/qmake_pch.h
index 6609a19b2c..351ef486a0 100644
--- a/qmake/qmake_pch.h
+++ b/qmake/qmake_pch.h
@@ -42,7 +42,7 @@
#ifndef QMAKE_PCH_H
#define QMAKE_PCH_H
#include <qglobal.h>
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
# define _POSIX_
# include <limits.h>
# undef _POSIX_