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

« back to all changes in this revision

Viewing changes to tests/auto/systeminfo.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,systeminfo))
 
4
 
 
5
TEMPLATE = subdirs
 
6
SUBDIRS += qsysteminfo \
 
7
      qsystemdeviceinfo \
 
8
      qsystemdisplayinfo \
 
9
      qsystemstorageinfo \
 
10
      qsystemnetworkinfo \
 
11
      qsystemscreensaver
 
12
 
 
13
maemo6: {
 
14
      #maemo6 spesific autotests
 
15
      SUBDIRS += maemo6
 
16
}