diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 16:43:28 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 16:43:28 +0000 |
| commit | 323ce65bcf5fe2c82d16cf7efd7fa3bb1fe49359 (patch) | |
| tree | 9ced2baf4fdf53e69142be67e2ab35a9e0ca7522 /examples/examples.pro | |
| parent | fe474b8266f3a6bcd47b4d7c77a0502805fa45ed (diff) | |
| download | qxmpp-323ce65bcf5fe2c82d16cf7efd7fa3bb1fe49359.tar.gz | |
move common definitions to qxmpp.pri
Diffstat (limited to 'examples/examples.pro')
| -rw-r--r-- | examples/examples.pro | 13 |
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 |
