aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/CMakeLists.txt')
-rw-r--r--src/plugins/General/converter/CMakeLists.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/plugins/General/converter/CMakeLists.txt b/src/plugins/General/converter/CMakeLists.txt
index 180c967c2..85081775e 100644
--- a/src/plugins/General/converter/CMakeLists.txt
+++ b/src/plugins/General/converter/CMakeLists.txt
@@ -43,21 +43,11 @@ SET(libconverter_SRCS
preseteditor.cpp
)
-SET(libconverter_MOC_HDRS
- converterfactory.h
- converter.h
- converterhelper.h
- converterdialog.h
- preseteditor.h
-)
-
SET(libconverter_RCCS
translations/translations.qrc presets.qrc)
QT4_ADD_RESOURCES(libconverter_RCC_SRCS ${libconverter_RCCS})
-QT4_WRAP_CPP(libconverter_MOC_SRCS ${libconverter_MOC_HDRS})
-
# user interface
SET(libconverter_UIS
@@ -70,7 +60,7 @@ QT4_WRAP_UI(libconverter_UIS_H ${libconverter_UIS})
# the UI file won't be wrapped!
include_directories(${CMAKE_CURRENT_BINARY_DIR})
-ADD_LIBRARY(converter MODULE ${libconverter_SRCS} ${libconverter_MOC_SRCS} ${libconverter_UIS_H} ${libconverter_RCC_SRCS})
+ADD_LIBRARY(converter MODULE ${libconverter_SRCS} ${libconverter_UIS_H} ${libconverter_RCC_SRCS})
add_dependencies(converter qmmpui)
target_link_libraries(converter ${QT_LIBRARIES} -lqmmpui -lqmmp ${TAGLIB_LDFLAGS})
install(TARGETS converter DESTINATION ${LIB_DIR}/qmmp/General)