blob: c19cfde3ea33b1d6fbc531e2e3731cc8294b0b4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
CONFIG += debug_and_release
|