diff options
author | Niels Weber <niels.weber@digia.com> | 2014-04-14 18:36:40 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-18 20:10:23 +0200 |
commit | 4c8284de46052970de001c5c9b96c4fa365f89b4 (patch) | |
tree | 6472dde8f00634b02256bfc0650ee984acc3e3ec /examples/multimedia/video/qmlvideofx/qmlvideofx.pro | |
parent | af73d55efffa1dca928038cd4f392eb7def7c7e1 (diff) | |
download | qtmultimedia-4c8284de46052970de001c5c9b96c4fa365f89b4.tar.gz |
Rework qmlvideofx example
Task-number: QTBUG-38121
Change-Id: If06ba6ce2c66b4d735baaeb56e004861c62ea533
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'examples/multimedia/video/qmlvideofx/qmlvideofx.pro')
-rw-r--r-- | examples/multimedia/video/qmlvideofx/qmlvideofx.pro | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro index 563444903..e9633954c 100644 --- a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro +++ b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro @@ -10,10 +10,12 @@ RESOURCES += qmlvideofx.qrc include($$PWD/../snippets/performancemonitor/performancemonitordeclarative.pri) -maemo6: { - DEFINES += SMALL_SCREEN_LAYOUT - DEFINES += SMALL_SCREEN_PHYSICAL -} - target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideofx INSTALLS += target + +ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android + +OTHER_FILES += \ + android/AndroidManifest.xml + +QMAKE_INFO_PLIST = Info.plist |