diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-04 09:51:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-04 09:51:40 +0000 |
| commit | a4da0eb5e46e178d34a848b5fdb76dd8453510cd (patch) | |
| tree | 57edc1f26bfd1f58dcad71933aa5383b08e1d262 /src/qmmpui/CMakeLists.txt | |
| parent | 5a1055301b485554ade9ce0555105cef4a58f50d (diff) | |
| download | qmmp-a4da0eb5e46e178d34a848b5fdb76dd8453510cd.tar.gz qmmp-a4da0eb5e46e178d34a848b5fdb76dd8453510cd.tar.bz2 qmmp-a4da0eb5e46e178d34a848b5fdb76dd8453510cd.zip | |
moved playlist formats support to plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@397 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 3 |
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}) |
