Use small-screen layout in qmlvideo, qmlvideofx examples on Harmattan
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>
Fri, 9 Mar 2012 15:39:33 +0000 (15:39 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 12 Mar 2012 06:36:04 +0000 (07:36 +0100)
Change-Id: Ieaaca763630acfb81a1b5b5cfef2d08367a9e265
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
examples/video/qmlvideofx/qmlvideofx.pro

index b1a060c..080e7d0 100644 (file)
@@ -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()