aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/vorbis/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-08 14:35:03 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-08 14:35:03 +0000
commit1eef96342df93be653ec498f73f26b608381fd54 (patch)
treed926e1a8c9642d1e2335aa5f606f65c618c5e6e6 /src/plugins/Input/vorbis/CMakeLists.txt
parent5ad45d8d9e9bd0bfa294220cbd865251a00d88e6 (diff)
downloadqmmp-1eef96342df93be653ec498f73f26b608381fd54.tar.gz
qmmp-1eef96342df93be653ec498f73f26b608381fd54.tar.bz2
qmmp-1eef96342df93be653ec498f73f26b608381fd54.zip
vorbis plugin: added support for composer and disc number tags
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1123 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/vorbis/CMakeLists.txt')
-rw-r--r--src/plugins/Input/vorbis/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/Input/vorbis/CMakeLists.txt b/src/plugins/Input/vorbis/CMakeLists.txt
index 63fcf8bdf..5b10c736b 100644
--- a/src/plugins/Input/vorbis/CMakeLists.txt
+++ b/src/plugins/Input/vorbis/CMakeLists.txt
@@ -51,19 +51,13 @@ QT4_WRAP_CPP(libvorbis_MOC_SRCS ${libvorbis_MOC_HDRS})
# user interface
-
-SET(libvorbis_UIS
- detailsdialog.ui
-)
-
QT4_WRAP_UI(libvorbis_UIS_H ${libvorbis_UIS})
# Don't forget to include output directory, otherwise
# the UI file won't be wrapped!
include_directories(${CMAKE_CURRENT_BINARY_DIR})
IF(VORBIS_FOUND)
-ADD_LIBRARY(vorbis MODULE ${libvorbis_SRCS} ${libvorbis_MOC_SRCS} ${libvorbis_UIS_H}
- ${libvorbis_RCC_SRCS})
+ADD_LIBRARY(vorbis MODULE ${libvorbis_SRCS} ${libvorbis_MOC_SRCS} ${libvorbis_RCC_SRCS})
add_dependencies(vorbis qmmp)
target_link_libraries(vorbis ${QT_LIBRARIES} -lqmmp ${VORBIS_LDFLAGS} ${VORBIS_CFLAGS} ${TAGLIB_LDFLAGS} ${TAGLIB_CFLAGS})
install(TARGETS vorbis DESTINATION ${LIB_DIR}/qmmp/Input)