diff options
Diffstat (limited to 'src/plugins/Input/flac/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/flac/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/plugins/Input/flac/CMakeLists.txt b/src/plugins/Input/flac/CMakeLists.txt index 5fc0b81c8..5611d5325 100644 --- a/src/plugins/Input/flac/CMakeLists.txt +++ b/src/plugins/Input/flac/CMakeLists.txt @@ -52,23 +52,16 @@ SET(libflac_HDRS replaygainreader.h ) -SET(libflac_MOC_HDRS - decoderflacfactory.h - flacmetadatamodel.h -) - SET(libflac_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libflac_RCC_SRCS ${libflac_RCCS}) -QT4_WRAP_CPP(libflac_MOC_SRCS ${libflac_MOC_HDRS}) - # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(FLAC_FOUND) -ADD_LIBRARY(flac MODULE ${libflac_SRCS} ${libflac_MOC_SRCS} ${libflac_RCC_SRCS} ${libflac_HDRS}) +ADD_LIBRARY(flac MODULE ${libflac_SRCS} ${libflac_RCC_SRCS} ${libflac_HDRS}) add_dependencies(flac qmmp) target_link_libraries(flac ${QT_LIBRARIES} -lqmmp ${FLAC_LDFLAGS} ${TAGLIB_LDFLAGS}) install(TARGETS flac DESTINATION ${LIB_DIR}/qmmp/Input) |
