summaryrefslogtreecommitdiffstats
path: root/weather
diff options
context:
space:
mode:
authorLuiz Agostini <luiz.agostini@openbossa.org>2009-11-13 15:58:23 -0300
committerLuiz Agostini <luiz.agostini@openbossa.org>2009-11-13 15:58:23 -0300
commit6d40c6f5654252df1720b7b8e9bf10a599e05a93 (patch)
tree3fd16038889b4235f6642c55dd236a32ec433068 /weather
parent8d70e9e9fdf8b9870df0f720d6094b3db04f7c40 (diff)
Weather: moving ini file to c:\data
Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
Diffstat (limited to 'weather')
-rw-r--r--weather/settings.cpp2
-rw-r--r--weather/weather.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/weather/settings.cpp b/weather/settings.cpp
index 4122fdf..75be736 100644
--- a/weather/settings.cpp
+++ b/weather/settings.cpp
@@ -40,7 +40,7 @@
#include <coemain.h>
#include <aknappui.h>
-#define SETTINGS_FILE "e://resources/apps/weather.ini"
+#define SETTINGS_FILE "c://data/weather.ini"
#else
#define SETTINGS_FILE "weather.ini"
#endif
diff --git a/weather/weather.pro b/weather/weather.pro
index da0a38a..13e46c1 100644
--- a/weather/weather.pro
+++ b/weather/weather.pro
@@ -12,7 +12,7 @@ symbian {
-lcone \
-lavkon
addFiles.sources = weather.ini
- addFiles.path = e:\resources\apps
+ addFiles.path = c:\data
DEPLOYMENT += addFiles
ICON = images/icon-weather.svg
OBJECTS_DIR = tmp