summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2012-03-09 15:39:33 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-12 07:36:04 +0100
commit2b73f92a7ff0068ebb9453f5fdb09305a2561799 (patch)
tree86814019fe752e772c67a83d2b00f908580caa82 /examples
parente42e467af4fe6984ac74269a2b256e7016004f28 (diff)
Use small-screen layout in qmlvideo, qmlvideofx examples on Harmattan
Change-Id: Ieaaca763630acfb81a1b5b5cfef2d08367a9e265 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/video/qmlvideofx/qmlvideofx.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/video/qmlvideofx/qmlvideofx.pro b/examples/video/qmlvideofx/qmlvideofx.pro
index b1a060cc6..080e7d003 100644
--- a/examples/video/qmlvideofx/qmlvideofx.pro
+++ b/examples/video/qmlvideofx/qmlvideofx.pro
@@ -24,5 +24,10 @@ SNIPPETS_PATH = ../snippets
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
performanceItemAddDeployment()
+maemo6: {
+ DEFINES += SMALL_SCREEN_LAYOUT
+ DEFINES += SMALL_SCREEN_PHYSICAL
+}
+
include(qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()