~chris.gagnon/+junk/qtpim-coverage

« back to all changes in this revision

Viewing changes to tests/auto/contacts/qcontactmanagerfiltering/testactions/phonenumberaction/phonenumberaction.pro

  • Committer: chris.gagnon
  • Date: 2013-12-10 23:09:37 UTC
  • Revision ID: chris.gagnon@canonical.com-20131210230937-2akf1ft1edcttk87
first post

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = lib
 
2
CONFIG += plugin testplugin
 
3
TARGET = $$qtLibraryTarget(contacts_phonenumberaction)
 
4
PLUGIN_TYPE=contacts
 
5
 
 
6
include(../../../../../common.pri)
 
7
 
 
8
INCLUDEPATH += ../../../../../src/serviceframework \
 
9
               ../../../../../src/contacts \
 
10
               ../../../../../src/contacts/details \
 
11
               ../../../../../src/contacts/requests \
 
12
               ../../../../../src/contacts/filters
 
13
 
 
14
INCLUDEPATH += ../../../
 
15
 
 
16
CONFIG += mobility
 
17
MOBILITY = contacts serviceframework
 
18
 
 
19
DEFINES += ACTIONPLUGINTARGET=contacts_phonenumberaction
 
20
DEFINES += ACTIONPLUGINNAME=PhoneNumberAction
 
21
 
 
22
HEADERS += phonenumberaction_p.h
 
23
 
 
24
xml.path = $$DESTDIR/xmldata
 
25
xml.files = xmldata/phonenumberactionservice.xml
 
26
xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
 
27
INSTALLS += xml
 
28
build_pass:ALL_DEPS+=install_xml
 
29
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0