aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlplatform.cpp
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@digia.com>2013-03-04 13:51:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 15:37:06 +0100
commit23b7579e4d82e2c0a840b55adf7817ffb6b4389c (patch)
tree13892429aaada67d18fb082a9e93358b93fbf03e /src/qml/qml/qqmlplatform.cpp
parent42477ced635c3c20c41a6b37fc499b65950e75c3 (diff)
Android support: build fixes
Change-Id: If829341b0baef7b253a386a195d3b5e4238b8103 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlplatform.cpp')
-rw-r--r--src/qml/qml/qqmlplatform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlplatform.cpp b/src/qml/qml/qqmlplatform.cpp
index 21145be89e..de48f60f56 100644
--- a/src/qml/qml/qqmlplatform.cpp
+++ b/src/qml/qml/qqmlplatform.cpp
@@ -59,7 +59,7 @@ QQmlPlatform::~QQmlPlatform()
QString QQmlPlatform::os()
{
-#if defined(Q_OS_LINUX_ANDROID)
+#if defined(Q_OS_ANDROID)
return QLatin1String("android");
#elif defined(Q_OS_BLACKBERRY)
return QLatin1String("blackberry");