aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 00000000..999ee029
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,13 @@
+include(../qxmpp.pri)
+
+TEMPLATE = subdirs
+
+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\
+ tests