~chris.gagnon/+junk/qtpim-coverage

« back to all changes in this revision

Viewing changes to tests/auto/contacts/qcontactasync/unittest/unittest.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
include(../../../auto.pri)
 
2
 
 
3
TARGET = tst_qcontactasync
 
4
 
 
5
QT += contacts
 
6
qtHaveModule(jsondb): QT += jsondb
 
7
 
 
8
SOURCES += tst_qcontactasync.cpp
 
9
HEADERS += ../../qcontactmanagerdataholder.h
 
10
HEADERS += ../../../jsondbprocess.h
 
11
INCLUDEPATH += ../..
 
12
INCLUDEPATH += ../../..
 
13
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0