From 2b73f92a7ff0068ebb9453f5fdb09305a2561799 Mon Sep 17 00:00:00 2001 From: Gareth Stockwell Date: Fri, 9 Mar 2012 15:39:33 +0000 Subject: [PATCH] Use small-screen layout in qmlvideo, qmlvideofx examples on Harmattan Change-Id: Ieaaca763630acfb81a1b5b5cfef2d08367a9e265 Reviewed-by: Michael Goddard --- examples/video/qmlvideofx/qmlvideofx.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/video/qmlvideofx/qmlvideofx.pro b/examples/video/qmlvideofx/qmlvideofx.pro index b1a060c..080e7d0 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() -- 2.7.4