summaryrefslogtreecommitdiffstats
path: root/examples/player/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/player/main.cpp')
-rw-r--r--examples/player/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/player/main.cpp b/examples/player/main.cpp
index 403a085f0..d2de33b0c 100644
--- a/examples/player/main.cpp
+++ b/examples/player/main.cpp
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
Player player;
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_SIMULATOR)
+#if defined(Q_WS_SIMULATOR)
# if (QT_VERSION >= QT_VERSION_CHECK(4, 7, 2))
player.setAttribute(Qt::WA_LockLandscapeOrientation);
# else