diff options
author | Ken Moore <moorekou@gmail.com> | 2015-11-02 10:31:39 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-11-02 10:31:39 -0500 |
commit | b2c02af28049c4feed7a845505ef9a931237056a (patch) | |
tree | 535afc3e4aba5191a0604e70a78f7ca4a72f0762 /lumina-wm-INCOMPLETE/lumina-wm.pro | |
parent | Cleanup how auto-start apps are launched a bit (start them via a single lumin... (diff) | |
download | lumina-b2c02af28049c4feed7a845505ef9a931237056a.tar.gz lumina-b2c02af28049c4feed7a845505ef9a931237056a.tar.bz2 lumina-b2c02af28049c4feed7a845505ef9a931237056a.zip |
Add all the animations framework for the screensaver side of lumina-wm (with a quick "sample" plugin).
Diffstat (limited to 'lumina-wm-INCOMPLETE/lumina-wm.pro')
-rw-r--r-- | lumina-wm-INCOMPLETE/lumina-wm.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lumina-wm-INCOMPLETE/lumina-wm.pro b/lumina-wm-INCOMPLETE/lumina-wm.pro index bba49cdc..3fd5026e 100644 --- a/lumina-wm-INCOMPLETE/lumina-wm.pro +++ b/lumina-wm-INCOMPLETE/lumina-wm.pro @@ -28,6 +28,7 @@ LRELEASE = $$QT5LIBDIR/bin/lrelease SOURCES += main.cpp \ WMSession.cpp \ LScreenSaver.cpp \ + SSBaseWidget.cpp \ LXcbEventFilter.cpp \ LWindow.cpp @@ -35,11 +36,15 @@ SOURCES += main.cpp \ HEADERS += GlobalDefines.h \ WMSession.h \ LScreenSaver.h \ + SSBaseWidget.h \ LXcbEventFilter.h \ LWindow.h FORMS += +#Now add in all the screensaver animation plugins +include(animations/animations.pri) + INCLUDEPATH += ../libLumina $$PREFIX/include TRANSLATIONS = i18n/lumina-wm_af.ts \ |