~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to tests/auto/messaging.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../staticconfig.pri)
 
2
 
 
3
requires(contains(mobility_modules,messaging))
 
4
 
 
5
TEMPLATE = subdirs
 
6
 
 
7
contains(qmf_enabled,yes)|wince*|win32|symbian|maemo5|maemo6 {
 
8
    !win32-g++:SUBDIRS += \
 
9
        qmessagestore \
 
10
        # qmessagestorefiltercache \   # this test is currently broken
 
11
        qmessagestorekeys \
 
12
        qmessage \
 
13
        qmessageservice \
 
14
        # support   # this is a convenience library
 
15
}