diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
| commit | ebd7f9bc697973366de8a6bf7265051e825e0680 (patch) | |
| tree | 1feb9df1c5fe3493e9aa1dd8f5d6233a38ae9d3c /src/plugins/Effect/srconverter | |
| parent | bc7ad688c646afd2a89e5c5ff58696f2df2c8605 (diff) | |
| download | qmmp-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/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){ |
