diff options
Diffstat (limited to 'src/plugins/Effect/srconverter')
| -rw-r--r-- | src/plugins/Effect/srconverter/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | src/plugins/Effect/srconverter/srconverter.h | 3 | ||||
| -rw-r--r-- | src/plugins/Effect/srconverter/srconverter.pro | 16 |
3 files changed, 2 insertions, 27 deletions
diff --git a/src/plugins/Effect/srconverter/CMakeLists.txt b/src/plugins/Effect/srconverter/CMakeLists.txt index 15decb947..c46286bd9 100644 --- a/src/plugins/Effect/srconverter/CMakeLists.txt +++ b/src/plugins/Effect/srconverter/CMakeLists.txt @@ -41,18 +41,10 @@ SET(libsrconverter_HDRS srconverter.h ) -SET(libsrconverter_MOC_HDRS - - settingsdialog.h - effectsrconverterfactory.h -) - SET(libsrconverter_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libsrconverter_RCC_SRCS ${libsrconverter_RCCS}) -QT4_WRAP_CPP(libsrconverter_MOC_SRCS ${libsrconverter_MOC_HDRS}) - # user interface @@ -66,7 +58,7 @@ QT4_WRAP_UI(libsrconverter_UIS_H ${libsrconverter_UIS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(SAMPLERATE_FOUND) -ADD_LIBRARY(srconverter MODULE ${libsrconverter_SRCS} ${libsrconverter_MOC_SRCS} ${libsrconverter_UIS_H} +ADD_LIBRARY(srconverter MODULE ${libsrconverter_SRCS} ${libsrconverter_UIS_H} ${libsrconverter_RCC_SRCS} ${libsrconverter_HDRS}) add_dependencies(srconverter qmmp) target_link_libraries(srconverter ${QT_LIBRARIES} -lqmmp ${SAMPLERATE_LDFLAGS}) diff --git a/src/plugins/Effect/srconverter/srconverter.h b/src/plugins/Effect/srconverter/srconverter.h index b214c866f..ef2501525 100644 --- a/src/plugins/Effect/srconverter/srconverter.h +++ b/src/plugins/Effect/srconverter/srconverter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2014 by Ilya Kotov * + * Copyright (C) 2007-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -44,7 +44,6 @@ private: int m_srcError; int m_converter_type; int m_sz; //sample size - quint32 m_freq; }; #endif diff --git a/src/plugins/Effect/srconverter/srconverter.pro b/src/plugins/Effect/srconverter/srconverter.pro index bbc7c61de..b9e809a8e 100644 --- a/src/plugins/Effect/srconverter/srconverter.pro +++ b/src/plugins/Effect/srconverter/srconverter.pro @@ -20,22 +20,6 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include -TRANSLATIONS = translations/srconverter_plugin_cs.ts \ - translations/srconverter_plugin_de.ts \ - translations/srconverter_plugin_zh_CN.ts \ - translations/srconverter_plugin_zh_TW.ts \ - translations/srconverter_plugin_uk_UA.ts \ - translations/srconverter_plugin_pl.ts \ - translations/srconverter_plugin_ru.ts \ - translations/srconverter_plugin_it.ts \ - translations/srconverter_plugin_tr.ts \ - translations/srconverter_plugin_lt.ts \ - translations/srconverter_plugin_nl.ts \ - translations/srconverter_plugin_ja.ts \ - translations/srconverter_plugin_es.ts \ - translations/srconverter_plugin_sr_BA.ts \ - translations/srconverter_plugin_sr_RS.ts - RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ |
