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