aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmp/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt
index 4a595f27d..72a1bf124 100644
--- a/src/qmmp/CMakeLists.txt
+++ b/src/qmmp/CMakeLists.txt
@@ -42,7 +42,7 @@ SET(libqmmp_SRCS
effect.cpp
qmmp.cpp
statehandler.cpp
- volumecontrol.cpp
+ volumehandler.cpp
metadatamodel.cpp
tagmodel.cpp
qmmpaudioengine.cpp
@@ -125,6 +125,7 @@ SET(libqmmp_DEVEL_HDRS
visualfactory.h
visual.h
volume.h
+ volumehandler.h
qmmp_export.h
)