diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-14 10:18:36 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-14 10:18:36 -0400 |
commit | bc747160c625cfa4f704334a5700d7745e7a710f (patch) | |
tree | 1e0d9c47fe167ff853ff834871f709d90aae1f12 /lumina-search | |
parent | Now tag version 0.8.6-devel on the master branch (diff) | |
download | lumina-bc747160c625cfa4f704334a5700d7745e7a710f.tar.gz lumina-bc747160c625cfa4f704334a5700d7745e7a710f.tar.bz2 lumina-bc747160c625cfa4f704334a5700d7745e7a710f.zip |
Update all the *.pro files to add a new NO_I18N config option which prevents the installation of the translation files (the translations in this repo are highly incomplete, you should use the translation files from the lumina-i18n repo instead since that is where almost all the translation work is being committed).
Diffstat (limited to 'lumina-search')
-rw-r--r-- | lumina-search/lumina-search.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lumina-search/lumina-search.pro b/lumina-search/lumina-search.pro index e738b5db..92c95a14 100644 --- a/lumina-search/lumina-search.pro +++ b/lumina-search/lumina-search.pro @@ -110,3 +110,7 @@ desktop.files=lumina-search.desktop desktop.path=$$PREFIX/share/applications/ INSTALLS += target dotrans desktop + +NO_I18N{ + INSTALLS -= dotrans +}
\ No newline at end of file |