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>
This commit is contained in:
Yoann Lopes
2013-10-25 12:49:40 +02:00
committed by The Qt Project
parent 2858e6cc3e
commit 1235fb9910
4 changed files with 1 additions and 55 deletions

View File

@@ -2,7 +2,6 @@ requires(qtHaveModule(gui))
load(configure)
qtCompileTest(openal)
qtCompileTest(opensles)
win32 {
qtCompileTest(directshow) {
qtCompileTest(wshellitem)