diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-21 13:17:11 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-21 13:17:11 +0000 |
| commit | 96c5dd3b18bc8ebc9f39a1fd23ee4c5eaf4f2bc7 (patch) | |
| tree | 86a1bb593faa74aeb648b8573da78ffb2ad3418b /example/example_4_callHandling | |
| parent | e5feebb96869cdacb05343e35d8a83ffc8079ab3 (diff) | |
| download | qxmpp-96c5dd3b18bc8ebc9f39a1fd23ee4c5eaf4f2bc7.tar.gz | |
add missing .pro file
Diffstat (limited to 'example/example_4_callHandling')
| -rw-r--r-- | example/example_4_callHandling/example_4_callHandling.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/example_4_callHandling/example_4_callHandling.pro b/example/example_4_callHandling/example_4_callHandling.pro new file mode 100644 index 00000000..5628f14f --- /dev/null +++ b/example/example_4_callHandling/example_4_callHandling.pro @@ -0,0 +1,10 @@ +include(../example.pri) + +QT += multimedia + +TARGET = example_4_callHandling + +SOURCES += main.cpp \ + xmppClient.cpp + +HEADERS += xmppClient.h |
