aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/core.pro
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-08-08 14:02:53 +0000
committerWeblate <noreply@weblate.org>2017-08-08 14:02:53 +0000
commit14d8f4b141662da786a2b5d1b3adf6d1521a641f (patch)
tree82bde1b2363c6d727ca2ea7df8f8695aa8e3686c /src-qt5/core/core.pro
parentTranslated using Weblate (Lithuanian) (diff)
parentTranslated using Weblate (Lithuanian) (diff)
downloadlumina-14d8f4b141662da786a2b5d1b3adf6d1521a641f.tar.gz
lumina-14d8f4b141662da786a2b5d1b3adf6d1521a641f.tar.bz2
lumina-14d8f4b141662da786a2b5d1b3adf6d1521a641f.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/core.pro')
-rw-r--r--src-qt5/core/core.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src-qt5/core/core.pro b/src-qt5/core/core.pro
index 4878b1f3..0f635960 100644
--- a/src-qt5/core/core.pro
+++ b/src-qt5/core/core.pro
@@ -8,9 +8,10 @@ SUBDIRS+= lumina-desktop \
lumina-session \
lumina-open \
lumina-info \
- $${PWD}/../../icon-theme
-# lumina-wm-INCOMPLETE \
+ $${PWD}/../../icon-theme \
+ lumina-theme-engine
# lumina-checkpass
+# lumina-desktop-unified
#Also install any special menu scripts
scripts.path = $${L_SHAREDIR}/lumina-desktop/menu-scripts
bgstack15