aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/src-screensaver/screensaver.pri
blob: 92cc7bd2d5e7b1bebe0b51033fc6962cad892d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SOURCES *= $${PWD}/LLockScreen.cpp \
	$${PWD}/LScreenSaver.cpp \
	$${PWD}/SSBaseWidget.cpp

HEADERS *= $${PWD}/LLockScreen.h \
	$${PWD}/LScreenSaver.h \
	$${PWD}/SSBaseWidget.h

FORMS *= $${PWD}/LLockScreen.ui

#update the includepath so we can just (#include <LScreenSaver.h>) as needed without paths
INCLUDEPATH *= $${PWD}

#Now include all the screensaver animations/options
#include(animations/animations.pri)
bgstack15