aboutsummaryrefslogtreecommitdiff
path: root/lumina-wm-INCOMPLETE/animations/animations.pri
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-wm-INCOMPLETE/animations/animations.pri')
-rw-r--r--lumina-wm-INCOMPLETE/animations/animations.pri6
1 files changed, 6 insertions, 0 deletions
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
bgstack15