diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-30 18:52:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-30 18:52:11 +0000 |
| commit | 70d66cdcd5f97ad6cb7e697423edf35883eaa65c (patch) | |
| tree | 25cc3f7cdb90c673d85f545e679fad826b3d541d /src/plugins/Input/mad/CMakeLists.txt | |
| parent | 13fddbc568dd417063dd360928f0ec8858274577 (diff) | |
| download | qmmp-70d66cdcd5f97ad6cb7e697423edf35883eaa65c.tar.gz qmmp-70d66cdcd5f97ad6cb7e697423edf35883eaa65c.tar.bz2 qmmp-70d66cdcd5f97ad6cb7e697423edf35883eaa65c.zip | |
added partial cover support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1088 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/mad/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/mad/CMakeLists.txt b/src/plugins/Input/mad/CMakeLists.txt index 1167005fd..bc08f3c74 100644 --- a/src/plugins/Input/mad/CMakeLists.txt +++ b/src/plugins/Input/mad/CMakeLists.txt @@ -38,6 +38,7 @@ SET(libmad_SRCS detailsdialog.cpp settingsdialog.cpp tagextractor.cpp + coverwidget.cpp ) SET(libmad_MOC_HDRS @@ -46,6 +47,7 @@ SET(libmad_MOC_HDRS decoder_mad.h detailsdialog.h tagextractor.h + coverwidget.h ) SET(libmad_RCCS translations/translations.qrc) |
