qtmobility/tests/auto/qcontactmanagerplugins/dummyplugininvalid/dummyplugininvalid.pro
equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 CONFIG += plugin testplugin |
|
3 TARGET = $$qtLibraryTarget(contacts_testdummyinvalid) |
|
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 DEFINES += DUMMYPLUGINTARGET=contacts_testdummyinvalid |
|
16 DEFINES += DUMMYPLUGINNAME=invalid |
|
17 |
|
18 SOURCES += ../dummyplugin/dummyplugin.cpp |
|
19 |
|
20 include(../../contacts_plugins.pri) |