diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-16 04:42:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-16 04:42:30 +0200 |
commit | 4da9bced6a27b92d49b9fc9392946510b8519d82 (patch) | |
tree | 7a2417a932a6463e3e6f6ec4d3799e24de917306 /libsowatch/sowatch_global.h | |
parent | bde4bde8ec9d6d09874d5ae9e0ba6dc9431859b6 (diff) | |
download | sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.tar.gz sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.zip |
Initial implementation of weather
Diffstat (limited to 'libsowatch/sowatch_global.h')
-rw-r--r-- | libsowatch/sowatch_global.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libsowatch/sowatch_global.h b/libsowatch/sowatch_global.h index 977bd53..1afa590 100644 --- a/libsowatch/sowatch_global.h +++ b/libsowatch/sowatch_global.h @@ -10,13 +10,13 @@ #endif #if defined(Q_WS_MAEMO_5) -# define SOWATCH_DRIVERS_DIR "/opt/sowatch/drivers" -# define SOWATCH_NOTIFICATIONS_DIR "/opt/sowatch/notifications" -# define SOWATCH_WATCHLETS_DIR "/opt/sowatch/watchlets" +# define SOWATCH_PLUGINS_DIR "/opt/sowatch" #elif defined(Q_OS_LINUX) -# define SOWATCH_DRIVERS_DIR "/usr/lib/sowatch/drivers" -# define SOWATCH_NOTIFICATIONS_DIR "/usr/lib/sowatch/notifications" -# define SOWATCH_WATCHLETS_DIR "/usr/lib/sowatch/watchlets" +# define SOWATCH_PLUGINS_DIR "/usr/lib/sowatch" #endif +#define SOWATCH_DRIVERS_DIR SOWATCH_PLUGINS_DIR "/drivers" +#define SOWATCH_NOTIFICATIONS_DIR SOWATCH_PLUGINS_DIR "/notifications" +#define SOWATCH_WATCHLETS_DIR SOWATCH_PLUGINS_DIR "/watchlets" + #endif // SOWATCH_GLOBAL_H |