aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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