From 96c5dd3b18bc8ebc9f39a1fd23ee4c5eaf4f2bc7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 21 Jul 2010 13:17:11 +0000 Subject: add missing .pro file --- example/example_4_callHandling/example_4_callHandling.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example/example_4_callHandling/example_4_callHandling.pro (limited to 'example/example_4_callHandling') 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 -- cgit v1.2.3