aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/example_4_callHandling/example_4_callHandling.pro3
-rw-r--r--examples/example_4_callHandling/xmppClient.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/example_4_callHandling/example_4_callHandling.pro b/examples/example_4_callHandling/example_4_callHandling.pro
index 6c3c22e3..e8429828 100644
--- a/examples/example_4_callHandling/example_4_callHandling.pro
+++ b/examples/example_4_callHandling/example_4_callHandling.pro
@@ -1,6 +1,7 @@
include(../examples.pri)
-QT += multimedia
+CONFIG += mobility
+MOBILITY += multimedia
TARGET = example_4_callHandling
diff --git a/examples/example_4_callHandling/xmppClient.cpp b/examples/example_4_callHandling/xmppClient.cpp
index 4ee9cc74..64219b80 100644
--- a/examples/example_4_callHandling/xmppClient.cpp
+++ b/examples/example_4_callHandling/xmppClient.cpp
@@ -73,7 +73,7 @@ void xmppClient::slotConnected()
Q_ASSERT(call);
qDebug() << "Call connected";
- QXmppRtpChannel *channel = call->audioChannel();
+ QXmppRtpAudioChannel *channel = call->audioChannel();
// prepare audio format
QAudioFormat format;