From 70c376063aa3a30db16facd8c103b2c6ef3b3e36 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 16:22:18 +0000 Subject: rename "example" to "examples" --- examples/example_4_callHandling/example_4_callHandling.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/example_4_callHandling/example_4_callHandling.pro (limited to 'examples/example_4_callHandling/example_4_callHandling.pro') diff --git a/examples/example_4_callHandling/example_4_callHandling.pro b/examples/example_4_callHandling/example_4_callHandling.pro new file mode 100644 index 00000000..5628f14f --- /dev/null +++ b/examples/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