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