Update WWW
[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 # Additional import path used to resolve QML modules in Creator's code model
11 QML_IMPORT_PATH =
12
13 symbian:TARGET.UID3 = 0xE6DE55DD
14
15 # Smart Installer package's UID
16 # This UID is from the protected range and therefore the package will
17 # fail to install if self-signed. By default qmake uses the unprotected
18 # range value if unprotected UID is defined for the application and
19 # 0x2002CCCF value if protected UID is given to the application
20 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
21
22 # Allow network access on Symbian
23 symbian:TARGET.CAPABILITY += NetworkServices
24
25 QT = core gui network xml
26 maemo5 {
27     QT += dbus
28 }
29
30 # If your application uses the Qt Mobility libraries, uncomment the following
31 # lines and add the respective components to the MOBILITY variable.
32 #CONFIG += mobility
33 #MOBILITY = multimedia
34
35 # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
36 # CONFIG += qdeclarative-boostable
37
38 # Add dependency to Symbian components
39 # CONFIG += qt-components
40
41 # The .cpp file which was generated for your project. Feel free to hack it.
42 SOURCES += main.cpp \
43     utils.cpp
44
45 evil_hack_to_fool_lupdate {
46     SOURCES += \
47     qml/ubi/AccountPage.qml \
48     qml/ubi/DownloadArea.qml \
49     qml/ubi/FileSelector.qml \
50     qml/ubi/FilesPage.qml \
51     qml/ubi/LoginPage.qml \
52     qml/ubi/main.qml \
53     qml/ubi/PageStack.qml \
54     qml/ubi/PropertiesPage.qml \
55     qml/ubi/SettingsPage.qml \
56     qml/ubi/Shadow.qml \
57     qml/ubi/StartPage.qml \
58     qml/ubi/SystemBar.qml \
59     qml/ubi/TaskBar.qml \
60     qml/ubi/DownloadProgressBar.qml \
61     qml/ubi/components/DialogYesNo.qml
62 }
63
64 # Please do not modify the following two lines. Required for deployment.
65 include(qmlapplicationviewer/qmlapplicationviewer.pri)
66 qtcAddDeployment()
67
68 OTHER_FILES += \
69     qtc_packaging/debian_fremantle/rules \
70     qtc_packaging/debian_fremantle/README \
71     qtc_packaging/debian_fremantle/copyright \
72     qtc_packaging/debian_fremantle/control \
73     qtc_packaging/debian_fremantle/compat \
74     qtc_packaging/debian_fremantle/changelog
75
76 HEADERS += \
77     utils.h
78
79 TRANSLATIONS += translations/ubi.pl.ts
80
81 RESOURCES += \
82     ubi.qrc