summaryrefslogtreecommitdiff
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2013-10-25 12:49:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-25 18:51:52 +0200
commit1235fb99101d56694edfa018b4cf6cfae653fa36 (patch)
tree289126b18a09e29b876c4b97956f0425bd8e5bf2 /qtmultimedia.pro
parent2858e6cc3ee0fc5d1a42f5f41722246ea9e2831e (diff)
downloadqtmultimedia-1235fb99101d56694edfa018b4cf6cfae653fa36.tar.gz
OpenSL ES: enable the plugin only on Android.
Removed the configure test to enable or not the plugin (which solves the problem of the plugin not being built on Windows because of a bug in QMake). Even though it should work on other OpenSL ES implementations than the Android one, it hasn't been tested. Compile and use the plugin only on Android for now. Task-number: QTBUG-34275 Change-Id: I02d47c8be3be8163a17c68b44b8c4b18a218a3fe Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
index f3ede6cac..489f81fa7 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -2,7 +2,6 @@ requires(qtHaveModule(gui))
load(configure)
qtCompileTest(openal)
-qtCompileTest(opensles)
win32 {
qtCompileTest(directshow) {
qtCompileTest(wshellitem)