TEMPLATE = app TARGET = weather QT += network \ xml target.path = $$PREFIX/bin INSTALLS += target RESOURCES += resources.qrc QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5 include(../shared/shared.pri) symbian { LIBS += -lesock \ -lconnmon \ -lcone \ -lavkon addFiles.sources = weather.ini addFiles.path = c:\data DEPLOYMENT += addFiles ICON = images/icon-weather.svg OBJECTS_DIR = tmp MOC_DIR = tmp TARGET.CAPABILITY = NetworkServices TARGET.EPOCHEAPSIZE = 0x20000 \ 0x2000000 TARGET.UID3 = 0xe1234567 } unix { OBJECTS_DIR = tmp MOC_DIR = tmp } HEADERS += mainview.h \ settings.h \ forecastview.h \ forecasthungitem.h \ forecaststars.h \ forecastsnow.h \ forecastrain.h \ forecast.h \ carroussel.h \ citycarroussel.h \ gesturebox_p.h \ gesturebox.h \ titlebar.h \ cityinfodisplay.h \ pixmaploader.h \ loading.h \ forecastprovider.h \ forecastdata.h \ bootmanager.h \ pixmapbutton.h \ scrollbar.h \ contentlist.h \ citylist.h \ citymanager.h \ addcitytool.h \ painttextitem.h \ forecastsource.h \ demoforecastsource.h \ networkforecastsource.h \ yahooweatherresponse.h \ xoapweatherresponse.h \ symbiannetwork.h \ fakecontentscreen.h SOURCES += mainview.cpp \ main.cpp \ settings.cpp \ forecastview.cpp \ forecasthungitem.cpp \ forecaststars.cpp \ forecastsnow.cpp \ forecastrain.cpp \ citycarroussel.cpp \ gesturebox.cpp \ titlebar.cpp \ cityinfodisplay.cpp \ pixmaploader.cpp \ loading.cpp \ forecastprovider.cpp \ bootmanager.cpp \ pixmapbutton.cpp \ scrollbar.cpp \ contentlist.cpp \ citylist.cpp \ citymanager.cpp \ addcitytool.cpp \ painttextitem.cpp \ demoforecastsource.cpp \ networkforecastsource.cpp \ yahooweatherresponse.cpp \ xoapweatherresponse.cpp \ forecastdata.cpp \ fakecontentscreen.cpp