b69ddad7904738589972286c690df40dbc3d7bdc
[medard] / medard.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 translations.source = \
6     translations/medard_cs.qm \
7     translations/medard_en.qm \
8     translations/medard_sk.qm
9
10 DEPLOYMENTFOLDERS = translations
11
12 QT += network
13
14 # Avoid auto screen rotation
15 DEFINES += ORIENTATIONLOCK
16
17 # Needs to be defined for Symbian
18 DEFINES += NETWORKACCESS
19
20 symbian:TARGET.UID3 = 0xE49E7B8A
21
22 # If your application uses the Qt Mobility libraries, uncomment
23 # the following lines and add the respective components to the 
24 # MOBILITY variable. 
25 # CONFIG += mobility
26 # MOBILITY +=
27
28 SOURCES += \
29     src/forecastwidget.cpp \
30     src/medarddownloader.cpp \
31     src/mainwindow.cpp \
32     src/main.cpp
33 HEADERS += \
34     src/forecastwidget.h \
35     src/medarddownloader.h \
36     src/mainwindow.h
37 FORMS +=
38
39 TRANSLATIONS += \
40     translations/medard_cs.qm \
41     translations/medard_en.ts \
42     translations/medard_sk.ts
43
44 # Please do not modify the following two lines. Required for deployment.
45 include(deployment.pri)
46 qtcAddDeployment()