diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-10 12:04:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-10 12:04:51 +0000 |
| commit | 7586a65427862831590a963b5f8f9d2712271ca0 (patch) | |
| tree | f08c46e911f61aba4a54afc2aee64c9b0ec61d23 /src/plugins/Input/mad/CMakeLists.txt | |
| parent | fd6e0ed378bf00b8616f4d054c0c41f1156dd078 (diff) | |
| download | qmmp-7586a65427862831590a963b5f8f9d2712271ca0.tar.gz qmmp-7586a65427862831590a963b5f8f9d2712271ca0.tar.bz2 qmmp-7586a65427862831590a963b5f8f9d2712271ca0.zip | |
added new details dialog, disabled input plugins due api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1194 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/mad/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/Input/mad/CMakeLists.txt b/src/plugins/Input/mad/CMakeLists.txt index bc08f3c74..174f4f696 100644 --- a/src/plugins/Input/mad/CMakeLists.txt +++ b/src/plugins/Input/mad/CMakeLists.txt @@ -35,19 +35,17 @@ link_directories(${MAD_LIBRARY_DIRS} ${TAGLIB_LIBRARY_DIRS}) SET(libmad_SRCS decoder_mad.cpp decodermadfactory.cpp - detailsdialog.cpp settingsdialog.cpp tagextractor.cpp - coverwidget.cpp + mpegmetadatamodel.cpp ) SET(libmad_MOC_HDRS settingsdialog.h decodermadfactory.h decoder_mad.h - detailsdialog.h tagextractor.h - coverwidget.h + mpegmetadatamodel.h ) SET(libmad_RCCS translations/translations.qrc) @@ -60,7 +58,6 @@ QT4_WRAP_CPP(libmad_MOC_SRCS ${libmad_MOC_HDRS}) SET(libmad_UIS - detailsdialog.ui settingsdialog.ui ) |
