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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 496ab8739..b9cc441a6 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -27,6 +27,7 @@ SET(libqmmpui_SRCS
generalhandler.cpp
songinfo.cpp
control.cpp
+ playlistparser.cpp
)
SET(libqmmpui_MOC_HDRS
@@ -35,6 +36,8 @@ SET(libqmmpui_MOC_HDRS
generalhandler.h
songinfo.h
control.h
+ playlistparser.h
+ playlistformat.h
)
QT4_WRAP_CPP(libqmmpui_MOC_SRCS ${libqmmpui_MOC_HDRS})