aboutsummaryrefslogtreecommitdiff
path: root/example/example_4_callHandling
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-21 13:17:11 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-21 13:17:11 +0000
commit96c5dd3b18bc8ebc9f39a1fd23ee4c5eaf4f2bc7 (patch)
tree86a1bb593faa74aeb648b8573da78ffb2ad3418b /example/example_4_callHandling
parente5feebb96869cdacb05343e35d8a83ffc8079ab3 (diff)
downloadqxmpp-96c5dd3b18bc8ebc9f39a1fd23ee4c5eaf4f2bc7.tar.gz
add missing .pro file
Diffstat (limited to 'example/example_4_callHandling')
-rw-r--r--example/example_4_callHandling/example_4_callHandling.pro10
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