1 INCLUDEPATH+=../../../src/sensors |
1 INCLUDEPATH+=../../../src/sensors |
2 INCLUDEPATH+=../../sensors \epoc32\include\osextensions |
2 INCLUDEPATH+=../../sensors \epoc32\include\osextensions |
3 |
3 |
4 include(version.pri) |
4 include(version.pri) |
5 include(symbian.pri) |
5 #include(symbian.pri) |
6 include(../../../common.pri) |
6 include(../../../common.pri) |
7 |
7 |
8 TEMPLATE = lib |
8 TEMPLATE = lib |
9 CONFIG += plugin |
9 CONFIG += plugin |
10 TARGET = $$qtLibraryTarget(sensors_sym) |
10 TARGET = $$qtLibraryTarget(qtsensors_sym) |
11 |
11 |
12 SOURCES += \ |
12 SOURCES += \ |
13 sensorbackendsym.cpp \ |
13 sensorbackendsym.cpp \ |
14 proximitysensorsym.cpp \ |
14 proximitysensorsym.cpp \ |
15 ambientlightsensorsym.cpp \ |
15 ambientlightsensorsym.cpp \ |
16 magnetometersensorsym.cpp \ |
16 magnetometersensorsym.cpp \ |
17 compasssym.cpp \ |
17 compasssym.cpp \ |
18 accelerometersym.cpp \ |
18 accelerometersym.cpp \ |
19 orientationsym.cpp \ |
19 orientationsym.cpp \ |
20 main.cpp |
20 rotationsensorsym.cpp \ |
|
21 tapsensorsym.cpp \ |
|
22 main.cpp \ |
|
23 |
21 PRIVATE_HEADERS += \ |
24 PRIVATE_HEADERS += \ |
22 sensorbackendsym.h \ |
25 sensorbackendsym.h \ |
23 sensorbackenddatasym.h \ |
26 sensorbackenddatasym.h \ |
24 proximitysensorsym.h \ |
27 proximitysensorsym.h \ |
25 ambientlightsensorsym.h \ |
28 ambientlightsensorsym.h \ |
26 magnetometersensorsym.h \ |
29 magnetometersensorsym.h \ |
27 compasssym.h \ |
30 compasssym.h \ |
28 accelerometersym.h \ |
31 accelerometersym.h \ |
29 orientationsym.h |
32 orientationsym.h \ |
|
33 rotationsensorsym.h \ |
|
34 tapsensorsym.h \ |
30 |
35 |
31 HEADERS = $$PRIVATE_HEADERS |
36 HEADERS = $$PRIVATE_HEADERS |
32 |
37 |
33 #SYSTEM_INCLUDE += ../../sensors |
38 #SYSTEM_INCLUDE += ../../sensors |
34 |
39 |
54 symbian: { |
59 symbian: { |
55 # Load predefined include paths (e.g. QT_PLUGINS_BASE_DIR) to be used in the pro-files |
60 # Load predefined include paths (e.g. QT_PLUGINS_BASE_DIR) to be used in the pro-files |
56 load(data_caging_paths) |
61 load(data_caging_paths) |
57 |
62 |
58 # Defines plugin files into Symbian .pkg package |
63 # Defines plugin files into Symbian .pkg package |
59 pluginDep.sources = sensors_sym.dll |
64 pluginDep.sources = qtsensors_sym.dll |
60 pluginDep.path = $$QT_PLUGINS_BASE_DIR/sensors |
65 pluginDep.path = $$QT_PLUGINS_BASE_DIR/sensors |
61 DEPLOYMENT += pluginDep |
66 DEPLOYMENT += pluginDep |
62 } |
67 } |
63 |
68 |
64 target.path += $$[QT_INSTALL_PLUGINS]/sensors |
69 target.path += $$[QT_INSTALL_PLUGINS]/sensors |