aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/stereo
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-09 12:01:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-09 12:01:22 +0000
commitebd7f9bc697973366de8a6bf7265051e825e0680 (patch)
tree1feb9df1c5fe3493e9aa1dd8f5d6233a38ae9d3c /src/plugins/Effect/stereo
parentbc7ad688c646afd2a89e5c5ff58696f2df2c8605 (diff)
downloadqmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.gz
qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.bz2
qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.zip
renaming experimental branch
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/stereo')
-rw-r--r--src/plugins/Effect/stereo/CMakeLists.txt9
-rw-r--r--src/plugins/Effect/stereo/stereo.pro15
2 files changed, 1 insertions, 23 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)
diff --git a/src/plugins/Effect/stereo/stereo.pro b/src/plugins/Effect/stereo/stereo.pro
index d5136cbea..c89c2309d 100644
--- a/src/plugins/Effect/stereo/stereo.pro
+++ b/src/plugins/Effect/stereo/stereo.pro
@@ -17,21 +17,6 @@ plugin
TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib
-TRANSLATIONS = translations/stereo_plugin_cs.ts \
- translations/stereo_plugin_de.ts \
- translations/stereo_plugin_zh_CN.ts \
- translations/stereo_plugin_zh_TW.ts \
- translations/stereo_plugin_uk_UA.ts \
- translations/stereo_plugin_pl.ts \
- translations/stereo_plugin_ru.ts \
- translations/stereo_plugin_it.ts \
- translations/stereo_plugin_tr.ts \
- translations/stereo_plugin_lt.ts \
- translations/stereo_plugin_nl.ts \
- translations/stereo_plugin_ja.ts \
- translations/stereo_plugin_es.ts \
- translations/stereo_plugin_sr_BA.ts \
- translations/stereo_plugin_sr_RS.ts
RESOURCES = translations/translations.qrc
FORMS += settingsdialog.ui