Changed smoothing; added about dialog
[ameter] / ameter.pro
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 symbian:TARGET.UID3 = 0xE7516F88
8
9 # Smart Installer package's UID
10 # This UID is from the protected range 
11 # and therefore the package will fail to install if self-signed
12 # By default qmake uses the unprotected range value if unprotected UID is defined for the application
13 # and 0x2002CCCF value if protected UID is given to the application
14 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
15
16 # Allow network access on Symbian
17 symbian:TARGET.CAPABILITY += NetworkServices
18
19 # If your application uses the Qt Mobility libraries, uncomment
20 # the following lines and add the respective components to the 
21 # MOBILITY variable. 
22 CONFIG += mobility
23 MOBILITY += sensors
24
25 SOURCES += main.cpp mainwindow.cpp \
26     ameterwidget.cpp \
27     asettings.cpp
28 HEADERS += mainwindow.h \
29     ameterwidget.h \
30     asettings.h
31 FORMS +=
32
33 # Please do not modify the following two lines. Required for deployment.
34 include(deployment.pri)
35 qtcAddDeployment()
36
37 OTHER_FILES += \
38     qtc_packaging/debian_fremantle/rules \
39     qtc_packaging/debian_fremantle/README \
40     qtc_packaging/debian_fremantle/copyright \
41     qtc_packaging/debian_fremantle/control \
42     qtc_packaging/debian_fremantle/compat \
43     qtc_packaging/debian_fremantle/changelog