diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-04-24 19:59:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-04-24 19:59:39 +0000 |
| commit | e76365263cfea56e02e17e31f555abb918a1b177 (patch) | |
| tree | 06f601242be4a5d72db1b5bcd74d17e2f0f60016 | |
| parent | 766716747a11971e1adfec02c32da0ab785a3815 (diff) | |
| download | qmmp-e76365263cfea56e02e17e31f555abb918a1b177.tar.gz qmmp-e76365263cfea56e02e17e31f555abb918a1b177.tar.bz2 qmmp-e76365263cfea56e02e17e31f555abb918a1b177.zip | |
fixed cmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8793 90c681e8-e032-0410-971d-27865f9a5e38
| -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) { |
