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