aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-10-10 15:29:13 -0400
committerKen Moore <ken@ixsystems.com>2017-10-10 15:29:13 -0400
commit7dd1ca13749571408725ac45e8d1e1d3bbf7c798 (patch)
treeb5158dad070bfd932fc82ff735bb47e74644fce9 /src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
parentCleanup a lot of stale/unused files within the Lumina2 souce tree. (diff)
downloadlumina-7dd1ca13749571408725ac45e8d1e1d3bbf7c798.tar.gz
lumina-7dd1ca13749571408725ac45e8d1e1d3bbf7c798.tar.bz2
lumina-7dd1ca13749571408725ac45e8d1e1d3bbf7c798.zip
Write up the new ScreenSaver plugins management class (untested)
Also cleanup a bit more of the documentation for the new plugin system.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/lumina-desktop.pro')
-rw-r--r--src-qt5/core/lumina-desktop-unified/lumina-desktop.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
index ba958401..9b0c2fb3 100644
--- a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
+++ b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
@@ -123,7 +123,7 @@ TRANSLATIONS = i18n/lumina-desktop_af.ts \
dotrans.path=$${L_SHAREDIR}/lumina-desktop/i18n/
dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/lumina-desktop/i18n/
-INSTALLS += target desktop defaults
+INSTALLS += target desktop defaults extrafiles
WITH_I18N{
INSTALLS += dotrans
bgstack15