aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/example_4_callHandling.pro
diff options
context:
space:
mode:
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 13:53:43 +0200
committerNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 20:16:31 +0200
commit638deefa227d89d4d4d803c2f0f66e2ca7bc3777 (patch)
tree8166eae1385e641ace1905b1e68f5b60a79fb297 /examples/example_4_callHandling/example_4_callHandling.pro
parent2a42d04764c8539822b077d8261088bfcaec7fb7 (diff)
downloadqxmpp-638deefa227d89d4d4d803c2f0f66e2ca7bc3777.tar.gz
Remove example_4 and GuiClient
The build was disabled for some time. There is still git if we want to bring them back.
Diffstat (limited to 'examples/example_4_callHandling/example_4_callHandling.pro')
-rw-r--r--examples/example_4_callHandling/example_4_callHandling.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/example_4_callHandling/example_4_callHandling.pro b/examples/example_4_callHandling/example_4_callHandling.pro
deleted file mode 100644
index 039455ef..00000000
--- a/examples/example_4_callHandling/example_4_callHandling.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-include(../examples.pri)
-
-CONFIG += mobility
-MOBILITY += multimedia
-
-TARGET = example_4_callHandling
-
-SOURCES += example_4_callHandling.cpp
-
-HEADERS += example_4_callHandling.h
-
-# Symbian packaging rules
-symbian {
- TARGET.CAPABILITY = "UserEnvironment"
-}