aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/lumina-desktop.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-14 09:40:15 -0400
committerKen Moore <moorekou@gmail.com>2016-06-14 09:40:15 -0400
commita399c140305d5100f8dd9ca720e1c104451d874f (patch)
tree9403ef24fd6bf49a35b30d00343de286e014e646 /src-qt5/core/lumina-desktop/lumina-desktop.pro
parentA few changes: (diff)
downloadlumina-a399c140305d5100f8dd9ca720e1c104451d874f.tar.gz
lumina-a399c140305d5100f8dd9ca720e1c104451d874f.tar.bz2
lumina-a399c140305d5100f8dd9ca720e1c104451d874f.zip
Large update to the project files:
1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities.
Diffstat (limited to 'src-qt5/core/lumina-desktop/lumina-desktop.pro')
-rw-r--r--src-qt5/core/lumina-desktop/lumina-desktop.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro
index 0af668fd..f09f4f32 100644
--- a/src-qt5/core/lumina-desktop/lumina-desktop.pro
+++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro
@@ -162,8 +162,8 @@ TRANSLATIONS = i18n/lumina-desktop_af.ts \
dotrans.path=$${L_SHAREDIR}/Lumina-DE/i18n/
dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/Lumina-DE/i18n/
-INSTALLS += target desktop icons wallpapers defaults conf fluxconf dotrans
+INSTALLS += target desktop icons wallpapers defaults conf fluxconf
-NO_I18N{
- INSTALLS -= dotrans
+WITH_I18N{
+ INSTALLS += dotrans
}
bgstack15