aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-22 09:09:45 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-22 09:09:45 +0200
commit64949ddc891c167a0632862fbbfc6e2dcda2e47d (patch)
treef44c69a3d9ba0f33e7db3ec9ce43f5ac71512d38 /examples/examples.pro
parentf64ecb2eb33333ec8b162e93ab681045251607d5 (diff)
downloadqxmpp-64949ddc891c167a0632862fbbfc6e2dcda2e47d.tar.gz
remove reference to symbian example
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro19
1 files changed, 9 insertions, 10 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index e8ec2818..9ca216ef 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -2,16 +2,15 @@ include(../qxmpp.pri)
TEMPLATE = subdirs
-SUBDIRS = example_0_connected\
- example_0_connected_symbian\
- example_1_echoClient\
- example_2_rosterHandling\
- example_3_transferHandling\
-# example_4_callHandling\
- example_5_rpcInterface\
- example_6_rpcClient\
- example_7_archiveHandling\
- example_8_server\
+SUBDIRS = example_0_connected \
+ example_1_echoClient \
+ example_2_rosterHandling \
+ example_3_transferHandling \
+# example_4_callHandling \
+ example_5_rpcInterface \
+ example_6_rpcClient \
+ example_7_archiveHandling \
+ example_8_server \
example_9_vCard
# GuiClient