# Add files and directories to ship with the application # by adapting the examples below. # file1.source = myfile # dir1.source = mydir translations.source = \ translations/medard_cs.qm \ translations/medard_en.qm \ translations/medard_sk.qm maemo5 { DEPLOYMENTFOLDERS = translations } QT += network # Avoid auto screen rotation DEFINES += ORIENTATIONLOCK # Needs to be defined for Symbian DEFINES += NETWORKACCESS symbian:TARGET.UID3 = 0xE49E7B8A # If your application uses the Qt Mobility libraries, uncomment # the following lines and add the respective components to the # MOBILITY variable. # CONFIG += mobility # MOBILITY += SOURCES += \ src/forecastwidget.cpp \ src/medarddownloader.cpp \ src/mainwindow.cpp \ src/main.cpp \ src/aboutdialog.cpp HEADERS += \ src/forecastwidget.h \ src/medarddownloader.h \ src/mainwindow.h \ src/aboutdialog.h FORMS += TRANSLATIONS += \ translations/medard_cs.ts \ translations/medard_en.ts \ translations/medard_sk.ts # Please do not modify the following two lines. Required for deployment. include(deployment.pri) qtcAddDeployment()