equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 CONFIG += plugin |
|
3 INCLUDEPATH += ../../src/serviceframework |
|
4 PLUGIN_TYPE = serviceframework |
|
5 HEADERS += note.h \ |
|
6 notesmanagerplugin.h \ |
|
7 notesmanager.h |
|
8 SOURCES += notesmanagerplugin.cpp \ |
|
9 notesmanager.cpp |
|
10 QT += sql |
|
11 TARGET = serviceframework_notesmanagerplugin |
|
12 |
|
13 contains(QT_CONFIG, declarative):DEFINES += DECLARATIVE |
|
14 |
|
15 include(../examples.pri) |
|
16 CONFIG += mobility |
|
17 MOBILITY = serviceframework |
|
18 |
|
19 symbian { |
|
20 load(data_caging_paths) |
|
21 pluginDep.sources = serviceframework_notesmanagerplugin.dll |
|
22 pluginDep.path = $$QT_PLUGINS_BASE_DIR |
|
23 DEPLOYMENT += pluginDep |
|
24 |
|
25 TARGET.EPOCALLOWDLLDATA = 1 |
|
26 TARGET.CAPABILITY = ALL -TCB |
|
27 } |
|
28 |
|
29 xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata |
|
30 xml.files = notesmanagerservice.xml |
|
31 INSTALLS += xml |