From b2c02af28049c4feed7a845505ef9a931237056a Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 2 Nov 2015 10:31:39 -0500 Subject: Add all the animations framework for the screensaver side of lumina-wm (with a quick "sample" plugin). --- lumina-wm-INCOMPLETE/animations/animations.pri | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lumina-wm-INCOMPLETE/animations/animations.pri (limited to 'lumina-wm-INCOMPLETE/animations/animations.pri') diff --git a/lumina-wm-INCOMPLETE/animations/animations.pri b/lumina-wm-INCOMPLETE/animations/animations.pri new file mode 100644 index 00000000..5473d4e1 --- /dev/null +++ b/lumina-wm-INCOMPLETE/animations/animations.pri @@ -0,0 +1,6 @@ +SOURCES += $$PWD/BaseAnimGroup.cpp + +HEADERS += $$PWD/BaseAnimGroup.h \ + $$PWD/SampleAnimation.h + +FORMS += \ No newline at end of file -- cgit