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/General/converter | |
| 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/General/converter')
| -rw-r--r-- | src/plugins/General/converter/CMakeLists.txt | 12 | ||||
| -rw-r--r-- | src/plugins/General/converter/converter.pro | 15 |
2 files changed, 1 insertions, 26 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) diff --git a/src/plugins/General/converter/converter.pro b/src/plugins/General/converter/converter.pro index 19d104b5b..6808448b7 100644 --- a/src/plugins/General/converter/converter.pro +++ b/src/plugins/General/converter/converter.pro @@ -18,21 +18,6 @@ PKGCONFIG += taglib win32:QMAKE_LIBDIR += ../../../../bin win32:LIBS += -lqmmpui0 -lqmmp0 -TRANSLATIONS = translations/converter_plugin_cs.ts \ - translations/converter_plugin_de.ts \ - translations/converter_plugin_zh_CN.ts \ - translations/converter_plugin_zh_TW.ts \ - translations/converter_plugin_ru.ts \ - translations/converter_plugin_pl.ts \ - translations/converter_plugin_uk_UA.ts \ - translations/converter_plugin_it.ts \ - translations/converter_plugin_tr.ts \ - translations/converter_plugin_lt.ts \ - translations/converter_plugin_nl.ts \ - translations/converter_plugin_ja.ts \ - translations/converter_plugin_es.ts \ - translations/converter_plugin_sr_BA.ts \ - translations/converter_plugin_sr_RS.ts RESOURCES = translations/translations.qrc presets.qrc unix{ isEmpty(LIB_DIR){ |
