From a675c9782c987995dd6251adcd09be2cc28f8b1d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 20 Aug 2007 17:27:14 +0000 Subject: updated cmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@109 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/CMakeLists.txt | 1 + lib/qmmp/Input/ffmpeg/CMakeLists.txt | 2 -- lib/qmmp/Input/flac/CMakeLists.txt | 2 -- lib/qmmp/Input/mad/CMakeLists.txt | 2 -- lib/qmmp/Input/mpc/CMakeLists.txt | 2 -- lib/qmmp/Input/vorbis/CMakeLists.txt | 2 -- 6 files changed, 1 insertion(+), 10 deletions(-) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 134101ee4..25c54ee8e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -20,6 +20,7 @@ SET(libqmmp_SRCS recycler.cpp decoder.cpp output.cpp + filetag.cpp equ/iir.c equ/iir_cfs.c equ/iir_fpu.c diff --git a/lib/qmmp/Input/ffmpeg/CMakeLists.txt b/lib/qmmp/Input/ffmpeg/CMakeLists.txt index bd0481a39..31f8520b4 100644 --- a/lib/qmmp/Input/ffmpeg/CMakeLists.txt +++ b/lib/qmmp/Input/ffmpeg/CMakeLists.txt @@ -61,11 +61,9 @@ SET(libffmpeg_SRCS decoder_ffmpeg.cpp decoderffmpegfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libffmpeg_MOC_HDRS - tag.h decoderffmpegfactory.h decoder_ffmpeg.h detailsdialog.h diff --git a/lib/qmmp/Input/flac/CMakeLists.txt b/lib/qmmp/Input/flac/CMakeLists.txt index 1efc7bb43..6d9a49b80 100644 --- a/lib/qmmp/Input/flac/CMakeLists.txt +++ b/lib/qmmp/Input/flac/CMakeLists.txt @@ -53,11 +53,9 @@ SET(libflac_SRCS decoder_flac.cpp decoderflacfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libflac_MOC_HDRS - tag.h decoderflacfactory.h decoder_flac.h detailsdialog.h diff --git a/lib/qmmp/Input/mad/CMakeLists.txt b/lib/qmmp/Input/mad/CMakeLists.txt index 7b280dff7..ed6400c59 100644 --- a/lib/qmmp/Input/mad/CMakeLists.txt +++ b/lib/qmmp/Input/mad/CMakeLists.txt @@ -54,13 +54,11 @@ SET(libmad_SRCS decoder_mad.cpp decodermadfactory.cpp detailsdialog.cpp - id3tag.cpp settingsdialog.cpp ) SET(libmad_MOC_HDRS settingsdialog.h - id3tag.h decodermadfactory.h decoder_mad.h detailsdialog.h diff --git a/lib/qmmp/Input/mpc/CMakeLists.txt b/lib/qmmp/Input/mpc/CMakeLists.txt index 30b2af596..3b11922df 100644 --- a/lib/qmmp/Input/mpc/CMakeLists.txt +++ b/lib/qmmp/Input/mpc/CMakeLists.txt @@ -47,11 +47,9 @@ SET(libmpc_SRCS decoder_mpc.cpp decodermpcfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libmpc_MOC_HDRS - tag.h decodermpcfactory.h decoder_mpc.h detailsdialog.h diff --git a/lib/qmmp/Input/vorbis/CMakeLists.txt b/lib/qmmp/Input/vorbis/CMakeLists.txt index 4eaab898a..4633220f4 100644 --- a/lib/qmmp/Input/vorbis/CMakeLists.txt +++ b/lib/qmmp/Input/vorbis/CMakeLists.txt @@ -64,11 +64,9 @@ SET(libvorbis_SRCS decoder_vorbis.cpp decodervorbisfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libvorbis_MOC_HDRS - tag.h decodervorbisfactory.h decoder_vorbis.h detailsdialog.h -- cgit v1.2.3-13-gbd6f