aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-25 14:18:45 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-08-25 15:05:41 +0200
commit0c9dc89d0b7afdbcdbbf2147b2061aeffdbd4b19 (patch)
treed7d760fd3d023bac5d4d7c9dee5277f0cff1e8c4 /share
parent4b96d7d8675bcf71011f69018a3716d2c5fba26f (diff)
Qt Quick App: Make sure showFullScreen is used for Harmattan
Make sure that the MEEGO_EDITION_HARMATTAN define is actually picked up for harmattan (it's defined in qplatformdefs.h) Change-Id: I3a0710992b5fa3e081821a66e32ed4a73eb5dd6e Reviewed-on: http://codereview.qt.nokia.com/3595 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@nokia.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
index 0b58453b757..d8500a28c46 100644
--- a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
+++ b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
@@ -16,6 +16,8 @@
#include <QtDeclarative/QDeclarativeEngine>
#include <QtDeclarative/QDeclarativeContext>
+#include <qplatformdefs.h> // MEEGO_EDITION_HARMATTAN
+
#if defined(QMLJSDEBUGGER) && QT_VERSION < 0x040800
#include <qt_private/qdeclarativedebughelper_p.h>