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

« back to all changes in this revision

Viewing changes to demos/qmlcontacts/qmlcontacts.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
TEMPLATE = app
 
2
TARGET = qmlcontacts
 
3
 
 
4
include(../demos.pri)
 
5
 
 
6
QT += declarative
 
7
 
 
8
HEADERS = qmlapplicationviewer.h
 
9
SOURCES = \
 
10
    main.cpp  \
 
11
    qmlapplicationviewer.cpp
 
12
 
 
13
OTHER_FILES += \
 
14
    contacts.qml \
 
15
    contents/ToolBar.qml \
 
16
    contents/TitleBar.qml \
 
17
    contents/ScrollBar.qml \
 
18
    contents/MediaButton.qml \
 
19
    contents/example.vcf \
 
20
    contents/Button.qml \
 
21
    contents/images/toolbutton.sci \
 
22
    contents/images/toolbutton.png \
 
23
    contents/images/titlebar.sci \
 
24
    contents/images/titlebar.png \
 
25
    contents/images/stripes.png \
 
26
    contents/images/quit.png \
 
27
    contents/images/lineedit.sci \
 
28
    contents/images/lineedit.png \
 
29
    contents/images/gloss.png \
 
30
    contents/images/default.svg \
 
31
    contents/images/button-pressed.png \
 
32
    contents/images/button.png
 
33
 
 
34
symbian: {
 
35
    load(data_caging_paths)
 
36
    TARGET.CAPABILITY = ReadDeviceData WriteDeviceData
 
37
    TARGET.UID3 = 0xE1407FC3
 
38
    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 
39
    contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone
 
40
    contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices
 
41
}
 
42
 
 
43
RESOURCES += \
 
44
    qmlcontacts.qrc