aboutsummaryrefslogtreecommitdiff
path: root/mthemedaemon
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2011-01-07 12:51:51 +0100
committerArmin Berres <armin.berres@basyskom.de>2011-01-18 15:21:43 +0100
commitca8539bd7166a1de92ea7cf0bd6c013136bf3a01 (patch)
treea853d492b1ff0645cdf751c1a3d36f618c737c8e /mthemedaemon
parentbadc94d6742f46e68c3f7e5ee7ab81c0632a4db7 (diff)
Changes: make sure we have a writable cache directory
RevBy: Stanislav Ionascu, Holger Schröder Details: So far we were always trying to save our cache files in /var/cache/meegotouch. This had various side effects on non-linux platforms and also on linux platforms with missing access rights to this directory. We now fallback to the cache directory specified by QDesktopServices if needed.
Diffstat (limited to 'mthemedaemon')
-rw-r--r--mthemedaemon/mthemedaemon.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/mthemedaemon/mthemedaemon.pro b/mthemedaemon/mthemedaemon.pro
index 7331f0c8..6f30de9a 100644
--- a/mthemedaemon/mthemedaemon.pro
+++ b/mthemedaemon/mthemedaemon.pro
@@ -42,6 +42,7 @@ SOURCES += main.cpp \
../src/corelib/theme/mthemedaemonprotocol.cpp \
../src/corelib/core/mcpumonitor.cpp \
../src/corelib/core/mgraphicssystemhelper.cpp \
+ ../src/corelib/core/msystemdirectories.cpp \
contains(DEFINES, HAVE_GCONF) {
PKGCONFIG += gconf-2.0
@@ -61,6 +62,7 @@ HEADERS += \
../src/corelib/core/mgconfitem.h \
../src/corelib/core/mcpumonitor.h \
../src/corelib/core/mgraphicssystemhelper.h \
+ ../src/corelib/core/msystemdirectories.h \
keypresswaiter.h \
QMAKE_EXTRA_TARGETS += check