~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to doc/examples/batteryindicator/BatteryIndicator.pro

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Add files and directories to ship with the application 
2
 
# by adapting the examples below.
3
 
# file1.source = myfile
4
 
# dir1.source = mydir
5
 
DEPLOYMENTFOLDERS = # file1 dir1
6
 
 
7
 
# Avoid auto screen rotation
8
 
#DEFINES += ORIENTATIONLOCK
9
 
 
10
 
# Needs to be defined for Symbian
11
 
#DEFINES += NETWORKACCESS
12
 
 
13
 
symbian:TARGET.UID3 = 0xE5123A52
14
 
 
15
 
CONFIG += mobility
16
 
MOBILITY = systeminfo
17
 
 
18
 
SOURCES += main.cpp mainwindow.cpp
19
 
HEADERS += mainwindow.h
20
 
FORMS += mainwindow.ui
21
 
 
22
 
# Please do not modify the following two lines. Required for deployment.
23
 
include(deployment.pri)
24
 
qtcAddDeployment()
25
 
 
26
 
OTHER_FILES += \
27
 
    debian/changelog \
28
 
    debian/compat \
29
 
    debian/control \
30
 
    debian/copyright \
31
 
    debian/README \
32
 
    debian/rules