From 5d278bd7b8ef5b524a110c5a8106247a391deeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Tue, 5 Apr 2016 17:10:22 +0200 Subject: Remove AndroidManifest.xml from qmlvideofx example. The manifest in qmlvideofx example is useless, and with the strict requirement of API level 16 or higher (585287d0@qttools), it means it's not working out of the box anymore. To avoid similar issues in the future, this change just removes the manifest (instead of bumping the min. version). Task-number: QTBUG-52374 Change-Id: I6c672bdbe23935852c87c93e425003b7b6827771 Reviewed-by: Eskil Abrahamsen Blomfeldt --- .../video/qmlvideofx/android/AndroidManifest.xml | 48 ---------------------- .../multimedia/video/qmlvideofx/qmlvideofx.pro | 5 --- 2 files changed, 53 deletions(-) delete mode 100644 examples/multimedia/video/qmlvideofx/android/AndroidManifest.xml (limited to 'examples') diff --git a/examples/multimedia/video/qmlvideofx/android/AndroidManifest.xml b/examples/multimedia/video/qmlvideofx/android/AndroidManifest.xml deleted file mode 100644 index 0612d484c..000000000 --- a/examples/multimedia/video/qmlvideofx/android/AndroidManifest.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro index e9633954c..678ba4c97 100644 --- a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro +++ b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro @@ -13,9 +13,4 @@ include($$PWD/../snippets/performancemonitor/performancemonitordeclarative.pri) 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 -- cgit v1.2.3