equal
deleted
inserted
replaced
5 load(data_caging_paths) |
5 load(data_caging_paths) |
6 contains(MOBILITY, contacts|versit) { |
6 contains(MOBILITY, contacts|versit) { |
7 INCLUDEPATH+=$$APP_LAYER_SYSTEMINCLUDE |
7 INCLUDEPATH+=$$APP_LAYER_SYSTEMINCLUDE |
8 } |
8 } |
9 |
9 |
10 contains(MOBILITY,bearer|location|publishsubscribe|systeminfo|multimedia|messaging|serviceframework) { |
10 contains(MOBILITY,bearer|location|publishsubscribe|systeminfo|multimedia|messaging|serviceframework|sensors) { |
11 INCLUDEPATH+=$$MW_LAYER_SYSTEMINCLUDE |
11 INCLUDEPATH+=$$MW_LAYER_SYSTEMINCLUDE |
12 } |
12 } |
13 } |
13 } |
14 mac: LIBS += -F$${MOBILITY_LIB} |
14 mac: LIBS += -F$${MOBILITY_LIB} |
15 LIBS+= -L$${MOBILITY_LIB} |
15 LIBS+= -L$${MOBILITY_LIB} |
16 |
16 |
17 contains(MOBILITY, bearer) { |
17 contains(MOBILITY, bearer) { |
|
18 DEFINES += QT_MOBILITY_BEARER |
18 qtAddLibrary(QtBearer) |
19 qtAddLibrary(QtBearer) |
19 } |
20 } |
20 |
21 |
21 contains(MOBILITY, publishsubscribe) { |
22 contains(MOBILITY, publishsubscribe) { |
22 qtAddLibrary(QtPublishSubscribe) |
23 qtAddLibrary(QtPublishSubscribe) |
35 QT += network |
36 QT += network |
36 qtAddLibrary(QtSystemInfo) |
37 qtAddLibrary(QtSystemInfo) |
37 } |
38 } |
38 |
39 |
39 contains(MOBILITY, multimedia) { |
40 contains(MOBILITY, multimedia) { |
|
41 QT += network multimedia |
|
42 contains(QT_CONFIG, opengl): QT += opengl |
40 qtAddLibrary(QtMedia) |
43 qtAddLibrary(QtMedia) |
41 } |
44 } |
42 |
45 |
43 contains(MOBILITY, contacts) { |
46 contains(MOBILITY, contacts) { |
44 qtAddLibrary(QtContacts) |
47 qtAddLibrary(QtContacts) |