|
1 include($$QT_MOBILITY_BUILD_TREE/config.pri) |
|
2 |
|
3 TEMPLATE = subdirs |
|
4 |
|
5 #ServiceFramework examples |
|
6 contains(mobility_modules,serviceframework) { |
|
7 SUBDIRS += filemanagerplugin \ |
|
8 bluetoothtransferplugin \ |
|
9 servicebrowser |
|
10 } |
|
11 |
|
12 #BearerManagement examples |
|
13 contains(mobility_modules,bearer) { |
|
14 SUBDIRS += bearermonitor bearercloud |
|
15 contains(QT_CONFIG, declarative) { |
|
16 SUBDIRS += declarative |
|
17 } |
|
18 } |
|
19 |
|
20 #Location examples |
|
21 contains(mobility_modules,location) { |
|
22 SUBDIRS += logfilepositionsource |
|
23 contains(QT_CONFIG, webkit) { |
|
24 SUBDIRS += fetchgooglemaps |
|
25 } |
|
26 } |
|
27 |
|
28 #Contacts examples |
|
29 contains(mobility_modules,contacts) { |
|
30 SUBDIRS += samplephonebook \ |
|
31 incomingcalls |
|
32 } |
|
33 |
|
34 #Publish and Subscribe examples |
|
35 contains(mobility_modules,publishsubscribe) { |
|
36 !wince*{ |
|
37 SUBDIRS += publish-subscribe |
|
38 contains(QT_CONFIG, declarative) { |
|
39 SUBDIRS += battery-charge |
|
40 } |
|
41 } |
|
42 } |
|
43 |
|
44 #System Information |
|
45 contains(mobility_modules,systeminfo): SUBDIRS += sysinfo |
|
46 |
|
47 #Multimedia |
|
48 contains(mobility_modules,multimedia) { |
|
49 #disabled on Symbian due to missing backend |
|
50 !symbian:SUBDIRS += \ |
|
51 radio \ |
|
52 player \ |
|
53 cameracapture \ |
|
54 slideshow \ |
|
55 streamplayer \ |
|
56 audiorecorder |
|
57 } |
|
58 |
|
59 #Messaging examples |
|
60 contains(mobility_modules,messaging) { |
|
61 contains(qmf_enabled,yes)|wince*|win32|symbian|maemo6 { |
|
62 !win32-g++:SUBDIRS += \ |
|
63 keepintouch\ |
|
64 querymessages\ |
|
65 writemessage\ |
|
66 serviceactions |
|
67 } |
|
68 } |