Added some effects to graphics elements and changed default theme a bit.
[jspeed] / jspeed.pro
index d5f39ee..2004508 100644 (file)
@@ -27,7 +27,11 @@ SOURCES += src/main.cpp \
            src/mainmenu.cpp \
            src/buttonselector.cpp \
            src/themeselector.cpp \
-           src/unitselector.cpp
+           src/unitselector.cpp \
+           src/effect.cpp \
+           src/blureffect.cpp \
+           src/opacityeffect.cpp \
+           src/dropshadoweffect.cpp
 HEADERS += src/mainwindow.h \
            src/mainwindowstack.h \
            src/location.h \
@@ -53,7 +57,11 @@ HEADERS += src/mainwindow.h \
            src/mainmenu.h \
            src/buttonselector.h \
            src/themeselector.h \
-           src/unitselector.h
+           src/unitselector.h \
+           src/effect.h \
+           src/blureffect.h \
+           src/opacityeffect.h \
+           src/dropshadoweffect.h
 RESOURCES = src/resources.qrc
 CONFIG += link_pkgconfig
 PKGCONFIG += liblocation libzip