equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 CONFIG += plugin testplugin |
|
3 TARGET = $$qtLibraryTarget(contacts_testdummymemory) |
|
4 PLUGIN_TYPE=contacts |
|
5 |
|
6 INCLUDEPATH += ../../../../src/contacts \ |
|
7 ../../../../src/contacts/details \ |
|
8 ../../../../src/contacts/requests \ |
|
9 ../../../../src/contacts/filters |
|
10 |
|
11 CONFIG += mobility |
|
12 MOBILITY = contacts |
|
13 |
|
14 include(../../../../common.pri) |
|
15 |
|
16 DEFINES += DUMMYPLUGINTARGET=contacts_testdummymemory |
|
17 DEFINES += DUMMYPLUGINNAME=memory |
|
18 |
|
19 SOURCES += ../dummyplugin/dummyplugin.cpp |
|
20 |
|
21 include(../../contacts_plugins.pri) |