aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/core.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2020-04-24 17:50:05 -0400
committerKen Moore <moorekou@gmail.com>2020-04-24 17:50:05 -0400
commit297bf0a1bd4c38dff059d3aa131426d4337f3af1 (patch)
treeef666f3fa94db3107729c04f1c4c17852b1d5837 /src-qt5/core/core.pro
parentUpdate some syntax highlighting handling. (diff)
downloadlumina-297bf0a1bd4c38dff059d3aa131426d4337f3af1.tar.gz
lumina-297bf0a1bd4c38dff059d3aa131426d4337f3af1.tar.bz2
lumina-297bf0a1bd4c38dff059d3aa131426d4337f3af1.zip
Disable xscreensaver from auto-start.
Enable lumina-checkpass
Diffstat (limited to 'src-qt5/core/core.pro')
-rw-r--r--src-qt5/core/core.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/core.pro b/src-qt5/core/core.pro
index 4b3edb88..452d2fb7 100644
--- a/src-qt5/core/core.pro
+++ b/src-qt5/core/core.pro
@@ -10,8 +10,8 @@ SUBDIRS+= lumina-desktop \
lumina-info \
lumina-pingcursor \
$${PWD}/../../icon-theme \
- lumina-theme-engine
-# lumina-checkpass
+ lumina-theme-engine \
+ lumina-checkpass
# lumina-desktop-unified
#Also install any special menu scripts
bgstack15