diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-15 15:42:26 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-15 15:42:26 +0000 |
| commit | e5fd26f97577eba1c3f037d72607dab128186370 (patch) | |
| tree | cb034ae9e759c97b7ff1982f7784d51da71493e2 /examples/example_4_callHandling | |
| parent | ab953ac11fd18b51d64fc2633a5187c4e5bab251 (diff) | |
| download | qxmpp-e5fd26f97577eba1c3f037d72607dab128186370.tar.gz | |
link against QtMobility's multimedia package
Diffstat (limited to 'examples/example_4_callHandling')
| -rw-r--r-- | examples/example_4_callHandling/example_4_callHandling.pro | 3 | ||||
| -rw-r--r-- | examples/example_4_callHandling/xmppClient.cpp | 2 |
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; |
