diff options
| -rw-r--r-- | src/plugins/Input/cue/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | src/qmmp/qmmp.pro | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/Input/cue/CMakeLists.txt b/src/plugins/Input/cue/CMakeLists.txt index 07e2bfc4c..e05e1389a 100644 --- a/src/plugins/Input/cue/CMakeLists.txt +++ b/src/plugins/Input/cue/CMakeLists.txt @@ -17,13 +17,13 @@ SET(libcue_SRCS decoder_cue.cpp decodercuefactory.cpp settingsdialog.cpp - cueparser.cpp + cuefile.cpp cuemetadatamodel.cpp ) SET(libcue_HDRS decoder_cue.h - cueparser.h + cuefile.h ) SET(libcue_RCCS translations/translations.qrc) diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 72a1bf124..389209056 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -63,6 +63,7 @@ SET(libqmmp_SRCS volume.cpp dithering.cpp visualbuffer.cpp + cueparser.cpp ) SET(libqmmp_HDRS @@ -94,6 +95,7 @@ SET(libqmmp_HDRS channelconverter_p.h dithering_p.h visualbuffer_p.h + cueparser.h qmmp_export.h ) @@ -126,6 +128,7 @@ SET(libqmmp_DEVEL_HDRS visual.h volume.h volumehandler.h + cueparser.h qmmp_export.h ) diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro index 9152b8bff..73bf1a543 100644 --- a/src/qmmp/qmmp.pro +++ b/src/qmmp/qmmp.pro @@ -141,6 +141,7 @@ unix { visual.h \ volume.h \ volumehandler.h \ + cueparser.h \ qmmp_export.h isEmpty(APP_NAME_SUFFIX) { |
