aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-10-11 12:14:26 -0400
committerKen Moore <ken@ixsystems.com>2017-10-11 12:14:26 -0400
commita2bb82ae14f9f52c15e08880a559781d6f9e9ecb (patch)
tree782ace1f5a2281bcc69ff928a15e6bc11883e87e /src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri
parentGet the Lumina2 screensaver system converted over to the new QML-backed plugi... (diff)
downloadlumina-a2bb82ae14f9f52c15e08880a559781d6f9e9ecb.tar.gz
lumina-a2bb82ae14f9f52c15e08880a559781d6f9e9ecb.tar.bz2
lumina-a2bb82ae14f9f52c15e08880a559781d6f9e9ecb.zip
A bit more cleanup for the screensaver system.
Now the old animations are completely ignored in the build, and the mouse cursor is hidden while the screensaver is active.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri b/src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri
index f95891c1..92cc7bd2 100644
--- a/src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri
+++ b/src-qt5/core/lumina-desktop-unified/src-screensaver/screensaver.pri
@@ -9,7 +9,7 @@ HEADERS *= $${PWD}/LLockScreen.h \
FORMS *= $${PWD}/LLockScreen.ui
#update the includepath so we can just (#include <LScreenSaver.h>) as needed without paths
-INCLUDEPATH *= ${PWD}
+INCLUDEPATH *= $${PWD}
#Now include all the screensaver animations/options
-include(animations/animations.pri)
+#include(animations/animations.pri)
bgstack15