summaryrefslogtreecommitdiffstats
path: root/src/plugins/qt7/qt7backend.h
diff options
context:
space:
mode:
authorJonas Rabbe <jonas.rabbe@nokia.com>2011-10-20 12:45:28 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-20 05:02:13 +0200
commit9deb0512a6dd870309a45cb1d195ee7539db6f32 (patch)
treed7ce9dfd2774311872187901d94eb49640a454b5 /src/plugins/qt7/qt7backend.h
parent6466ec1bf33285f8210fd942c0090980e3a52945 (diff)
Fixed build problems with Quicktime
Because the Q_WS_* defines were removed, the Quicktime backend stopped working. Replacing them with Q_OS_* works. Additionally, the Quicktimer Player Service has to depend on QtWidgets. Change-Id: I687b352191c38a91edaaf2a687ac13ed118fcf88 Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'src/plugins/qt7/qt7backend.h')
-rw-r--r--src/plugins/qt7/qt7backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qt7/qt7backend.h b/src/plugins/qt7/qt7backend.h
index 67ff53abb..92c56edd7 100644
--- a/src/plugins/qt7/qt7backend.h
+++ b/src/plugins/qt7/qt7backend.h
@@ -46,8 +46,8 @@
#include <QtCore/QString>
-#ifndef Q_WS_SIMULATOR
-#ifndef Q_WS_MAC64
+#ifndef Q_OS_SIMULATOR
+#ifndef Q_OS_MAC64
#define QUICKTIME_C_API_AVAILABLE
#endif
#endif // !defined(Q_WS_SIMULATOR)