summaryrefslogtreecommitdiff
path: root/libsowatch/sowatch_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/sowatch_global.h')
-rw-r--r--libsowatch/sowatch_global.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/libsowatch/sowatch_global.h b/libsowatch/sowatch_global.h
index b537930..3e2f795 100644
--- a/libsowatch/sowatch_global.h
+++ b/libsowatch/sowatch_global.h
@@ -11,17 +11,20 @@
#endif
#if defined(QT_SIMULATOR) || (!defined(MEEGO_VERSION_MAJOR) && !defined(Q_WS_MAEMO_5) && !defined(QT_NO_DEBUG))
-# define SOWATCH_PLUGINS_DIR ".."
-# define SOWATCH_RESOURCES_DIR ".."
-# define SOWATCH_QML_DIR ".."
+# define SOWATCH_PLUGINS_DIR ".."
+# define SOWATCH_RESOURCES_DIR ".."
+# define SOWATCH_QML_DIR ".."
+# define SOWATCH_I18N_DIR ".."
#elif defined(MEEGO_VERSION_MAJOR) || defined(Q_WS_MAEMO_5)
-# define SOWATCH_PLUGINS_DIR "/opt/sowatch/lib"
-# define SOWATCH_RESOURCES_DIR "/opt/sowatch/share"
-# define SOWATCH_QML_DIR "/opt/sowatch/qml"
+# define SOWATCH_PLUGINS_DIR "/opt/sowatch/lib"
+# define SOWATCH_RESOURCES_DIR "/opt/sowatch/share"
+# define SOWATCH_QML_DIR "/opt/sowatch/qml"
+# define SOWATCH_I18N_DIR "/opt/sowatch/i18n"
#elif defined(Q_OS_LINUX)
-# define SOWATCH_PLUGINS_DIR "/usr/lib/sowatch"
-# define SOWATCH_RESOURCES_DIR "/usr/share/sowatch"
-# define SOWATCH_QML_DIR SOWATCH_RESOURCES_DIR "/qml"
+# define SOWATCH_PLUGINS_DIR "/usr/lib/sowatch"
+# define SOWATCH_RESOURCES_DIR "/usr/share/sowatch"
+# define SOWATCH_QML_DIR SOWATCH_RESOURCES_DIR "/qml"
+# define SOWATCH_I18N_DIR SOWATCH_RESOURCES_DIR "/i18n"
#else
# error Please define the paths for your platform
#endif