equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 CONFIG += plugin testplugin |
|
3 TARGET = $$qtLibraryTarget(contacts_maliciousplugin) |
|
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 INCLUDEPATH += ../../ |
|
14 |
|
15 CONFIG += mobility |
|
16 MOBILITY = contacts |
|
17 |
|
18 DEFINES += MALICIOUSPLUGINTARGET=contacts_maliciousplugin |
|
19 DEFINES += MALICIOUSPLUGINNAME=maliciousplugin |
|
20 |
|
21 HEADERS += maliciousplugin_p.h |
|
22 SOURCES += maliciousplugin.cpp |
|
23 |
|
24 include(../../contacts_plugins.pri) |