aboutsummaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index f1bfd39e2..79edd7152 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -28,6 +28,7 @@ SET(libqmmp_SRCS
soundcore.cpp
streamreader.cpp
downloader.cpp
+ effect.cpp
)
SET(libqmmp_MOC_HDRS
@@ -46,6 +47,8 @@ SET(libqmmp_MOC_HDRS
soundcore.h
streamreader.h
downloader.h
+ effectfactory.h
+ effect.h
)
QT4_WRAP_CPP(libqmmp_MOC_SRCS ${libqmmp_MOC_HDRS})