summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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()