summaryrefslogtreecommitdiffstats
path: root/tests/auto/mediaobject/mediaobject.pro
diff options
context:
space:
mode:
authorRuth Sadler <ext-ruth.sadler@nokia.com>2011-01-11 10:32:46 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-01-13 12:28:38 (GMT)
commit6f1f46c78ad43cad41d062efb96319c0548a6dbc (patch)
tree4cdf9c8f49f99911471b7fac3e634b8c7f0888ec /tests/auto/mediaobject/mediaobject.pro
parentb2e59b7340b1198cc9eacca51172d51e8048d2a7 (diff)
downloadQt-6f1f46c78ad43cad41d062efb96319c0548a6dbc.zip
Qt-6f1f46c78ad43cad41d062efb96319c0548a6dbc.tar.gz
Qt-6f1f46c78ad43cad41d062efb96319c0548a6dbc.tar.bz2
Allow IAP to be selected in Phonon MMF backend
The Phonon API does not provide any way for the client to specify which network connection should be used for streaming playback. If the application already has a connection open, using a bearer other than the default (e.g. using WiFi when the device default is GPRS), it may be desirable to use it for streaming, rather than allowing the Phonon backend to open a second connection on the default bearer. This patch adds a custom property on the Phonon::MediaObject, called InternetAccessPointName. The client can specify the IAP which Phonon should use by setting this property. Note that support for this property is only provided in the Phonon MMF backend. Task-number: QTBUG-11436 Reviewed-by: Gareth Stockwell (cherry picked from commit 1640acce5ca8f49c5655edffa2a1108048c5a414)
Diffstat (limited to 'tests/auto/mediaobject/mediaobject.pro')
-rwxr-xr-xtests/auto/mediaobject/mediaobject.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/mediaobject/mediaobject.pro b/tests/auto/mediaobject/mediaobject.pro
index e887df4..1fc76a2 100755
--- a/tests/auto/mediaobject/mediaobject.pro
+++ b/tests/auto/mediaobject/mediaobject.pro
@@ -18,5 +18,7 @@ symbian:{
addFiles.sources = media/test.sdp
addFiles.path = media
DEPLOYMENT += addFiles
+ LIBS += -lCommDb -lconnmon
+ TARGET.CAPABILITY += "NetworkServices"
}