blob: f95891c11f20236757bce1269238c6d9307e2325 (
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)
|