equal
deleted
inserted
replaced
|
1 INCLUDEPATH += ../../../src/sensors |
|
2 INCLUDEPATH += ../../../src/global |
|
3 |
|
4 TARGET = $$qtLibraryTarget(declarative_sensors) |
|
5 TEMPLATE = lib |
|
6 CONFIG += plugin |
|
7 TARGETPATH = QtMobility/sensors |
|
8 PLUGIN_TYPE = declarative |
|
9 include(../../../common.pri) |
|
10 |
|
11 QT += declarative |
|
12 |
|
13 SOURCES += sensors.cpp |
|
14 |
|
15 CONFIG += mobility |
|
16 MOBILITY += sensors |
|
17 |
|
18 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
|
19 |
|
20 qmldir.files += $$PWD/qmldir |
|
21 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
|
22 |
|
23 INSTALLS += target qmldir |
|
24 |
|
25 symbian { |
|
26 TARGET.EPOCALLOWDLLDATA=1 |
|
27 } |
|
28 |