0.9.3-1 release
[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 UI
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 #include(translation.pri)
47
48 # Please do not modify the following two lines. Required for deployment.
49 include(qmlapplicationviewer/qmlapplicationviewer.pri)
50 qtcAddDeployment()
51
52 OTHER_FILES += \
53     qtc_packaging/debian_fremantle/rules \
54     qtc_packaging/debian_fremantle/README \
55     qtc_packaging/debian_fremantle/copyright \
56     qtc_packaging/debian_fremantle/control \
57     qtc_packaging/debian_fremantle/compat \
58     qtc_packaging/debian_fremantle/changelog \
59     qtc_packaging/debian_harmattan/rules \
60     qtc_packaging/debian_harmattan/README \
61     qtc_packaging/debian_harmattan/manifest.aegis \
62     qtc_packaging/debian_harmattan/copyright \
63     qtc_packaging/debian_harmattan/control \
64     qtc_packaging/debian_harmattan/compat \
65     qtc_packaging/debian_harmattan/changelog \
66     translation.pri
67
68 HEADERS += \
69     utils.h
70
71 TRANSLATIONS += translations/ubi.pl.ts
72
73 RESOURCES += \
74     ubi.qrc