~chris.gagnon/+junk/qtpim-coverage

« back to all changes in this revision

Viewing changes to tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.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
CONFIG += testplugin
 
2
TARGET = contacts_testdummy
 
3
PLUGIN_TYPE=contacts
 
4
load(qt_plugin)
 
5
 
 
6
QT += contacts
 
7
 
 
8
SOURCES += dummyplugin.cpp
 
9
HEADERS += dummyplugin.h
 
10
 
 
11
DEFINES += DUMMYPLUGINNAME=testdummy
 
12
 
 
13
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0