WWW update
[ubi] / ubi.pro
1 # Add more folders to ship with the application, here
2 #folder_01.source = qml/ubi
3 #folder_01.target = qml
4 #DEPLOYMENTFOLDERS = folder_01
5
6 #folder_02.source = translations/ubi.pl.qm
7 #folder_02.target = translations
8 #DEPLOYMENTFOLDERS += folder_02
9
10 #folder_03.source = translations/ubi.it.qm
11 #folder_03.target = translations
12 #DEPLOYMENTFOLDERS += folder_03
13
14 # Additional import path used to resolve QML modules in Creator's code model
15 QML_IMPORT_PATH =
16
17 symbian:TARGET.UID3 = 0xE6DE55DD
18 symbian:TARGET = Ubi
19 symbian:VERSION = 0.9.4
20
21 # Smart Installer package's UI
22 # This UID is from the protected range and therefore the package will
23 # fail to install if self-signed. By default qmake uses the unprotected
24 # range value if unprotected UID is defined for the application and
25 # 0x2002CCCF value if protected UID is given to the application
26 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
27
28 # Allow network access on Symbian
29 symbian:TARGET.CAPABILITY += NetworkServices
30
31 QT = core gui network xml
32 maemo5 {
33     QT += dbus
34 }
35
36 # If your application uses the Qt Mobility libraries, uncomment the following
37 # lines and add the respective components to the MOBILITY variable.
38 #CONFIG += mobility
39 #MOBILITY = multimedia
40
41 # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
42 # CONFIG += qdeclarative-boostable
43
44 # Add dependency to Symbian components
45 CONFIG += qt-components
46
47 # The .cpp file which was generated for your project. Feel free to hack it.
48 SOURCES += main.cpp \
49     utils.cpp
50
51 # evil_hack_to_fool_lupdate
52 #include(translation.pri)
53
54 contains(MEEGO_EDITION, harmattan): {
55     DEFINES += MEEGO_HARMATTAN
56 }
57
58 # Please do not modify the following two lines. Required for deployment.
59 include(qmlapplicationviewer/qmlapplicationviewer.pri)
60 qtcAddDeployment()
61
62 OTHER_FILES += \
63     qtc_packaging/debian_fremantle/rules \
64     qtc_packaging/debian_fremantle/README \
65     qtc_packaging/debian_fremantle/copyright \
66     qtc_packaging/debian_fremantle/control \
67     qtc_packaging/debian_fremantle/compat \
68     qtc_packaging/debian_fremantle/changelog \
69     qtc_packaging/debian_harmattan/rules \
70     qtc_packaging/debian_harmattan/README \
71     qtc_packaging/debian_harmattan/manifest.aegis \
72     qtc_packaging/debian_harmattan/copyright \
73     qtc_packaging/debian_harmattan/control \
74     qtc_packaging/debian_harmattan/compat \
75     qtc_packaging/debian_harmattan/changelog \
76     translation.pri \
77     meego_main_ps.qml
78
79 HEADERS += \
80     utils.h
81
82 TRANSLATIONS += \
83     translations/ubi.pl.ts \
84     translations/ubi.it.ts
85
86 RESOURCES += \
87     ubi.qrc