aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 87654ddfc..adf003264 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -19,6 +19,7 @@ SET(libqmmpui_SRCS
general.cpp
generalhandler.cpp
songinfo.cpp
+ control.cpp
)
SET(libqmmpui_MOC_HDRS
@@ -26,6 +27,7 @@ SET(libqmmpui_MOC_HDRS
general.h
generalhandler.h
songinfo.h
+ control.h
)
QT4_WRAP_CPP(libqmmpui_MOC_SRCS ${libqmmpui_MOC_HDRS})