From 8f6543355110a109878bde10b912555019af1212 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 15 Aug 2012 01:04:14 +0200 Subject: adding locale support to libsowatch --- libsowatch/libsowatch.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libsowatch/libsowatch.pro') diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index 59f2eee..ce0468e 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -59,13 +59,18 @@ HEADERS += \ gconfkey.h \ notificationsmodel.h +TRANSLATIONS += libsowatch_en.ts libsowatch_es.ts + install_headers.files = $$HEADERS +install_translations.files = libsowatch*.qm install_headers.path = /usr/include/sowatch !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { target.path = /opt/sowatch/lib + install_translations.path = /opt/sowatch/i18n } else { target.path = /usr/lib + install_translations.path = /usr/share/sowatch/i18n } -INSTALLS += install_headers target +INSTALLS += install_headers install_translations target -- cgit v1.2.3