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

« back to all changes in this revision

Viewing changes to examples/declarative-systeminfo/storage/storage.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($$PWD/deployment.pri)
 
2
include($$PWD/../declarative-systeminfo.pri)
 
3
 
 
4
QT += declarative
 
5
SOURCES += $$PWD/qmlstorage.cpp
 
6
TARGET = qml_storageinfo
 
7
 
 
8
symbian {
 
9
    TARGET.CAPABILITY = ReadUserData
 
10
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 
11
}
 
12
RESOURCES += declarative-storage.qrc