aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/stereo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/stereo/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/stereo/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/plugins/Effect/stereo/CMakeLists.txt b/src/plugins/Effect/stereo/CMakeLists.txt
index 7717d5302..eb5aafe36 100644
--- a/src/plugins/Effect/stereo/CMakeLists.txt
+++ b/src/plugins/Effect/stereo/CMakeLists.txt
@@ -35,17 +35,10 @@ SET(libstereo_HDRS
stereoplugin.h
)
-SET(libstereo_MOC_HDRS
- settingsdialog.h
- effectstereofactory.h
-)
-
SET(libstereo_RCCS translations/translations.qrc)
QT4_ADD_RESOURCES(libstereo_RCC_SRCS ${libstereo_RCCS})
-QT4_WRAP_CPP(libstereo_MOC_SRCS ${libstereo_MOC_HDRS})
-
# user interface
SET(libstereo_UIS
@@ -58,7 +51,7 @@ QT4_WRAP_UI(libstereo_UIS_H ${libstereo_UIS})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
-ADD_LIBRARY(stereo MODULE ${libstereo_SRCS} ${libstereo_MOC_SRCS} ${libstereo_UIS_H} ${libstereo_RCC_SRCS} ${libstereo_HDRS})
+ADD_LIBRARY(stereo MODULE ${libstereo_SRCS} ${libstereo_UIS_H} ${libstereo_RCC_SRCS} ${libstereo_HDRS})
add_dependencies(stereo qmmp)
target_link_libraries(stereo ${QT_LIBRARIES} -lqmmp)
install(TARGETS stereo DESTINATION ${LIB_DIR}/qmmp/Effect)