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/example_4_callHandling.pro | |
| parent | ab953ac11fd18b51d64fc2633a5187c4e5bab251 (diff) | |
| download | qxmpp-e5fd26f97577eba1c3f037d72607dab128186370.tar.gz | |
link against QtMobility's multimedia package
Diffstat (limited to 'examples/example_4_callHandling/example_4_callHandling.pro')
| -rw-r--r-- | examples/example_4_callHandling/example_4_callHandling.pro | 3 |
1 files changed, 2 insertions, 1 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 |
