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/Input/ffmpeg_legacy | |
| 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/Input/ffmpeg_legacy')
| -rw-r--r-- | src/plugins/Input/ffmpeg_legacy/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro | 16 |
2 files changed, 1 insertions, 25 deletions
diff --git a/src/plugins/Input/ffmpeg_legacy/CMakeLists.txt b/src/plugins/Input/ffmpeg_legacy/CMakeLists.txt index f480476dd..a6e295a41 100644 --- a/src/plugins/Input/ffmpeg_legacy/CMakeLists.txt +++ b/src/plugins/Input/ffmpeg_legacy/CMakeLists.txt @@ -53,18 +53,10 @@ SET(libffmpeg_HDRS decoder_ffmpeg.h ) -SET(libffmpeg_MOC_HDRS - decoderffmpegfactory.h - ffmpegmetadatamodel.h - settingsdialog.h -) - SET(libffmpeg_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libffmpeg_RCC_SRCS ${libffmpeg_RCCS}) -QT4_WRAP_CPP(libffmpeg_MOC_SRCS ${libffmpeg_MOC_HDRS}) - # user interface @@ -78,7 +70,7 @@ QT4_WRAP_UI(libffmpeg_UIS_H ${libffmpeg_UIS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(FFMPEG_LEGACY_FOUND) -ADD_LIBRARY(ffmpeg_legacy MODULE ${libffmpeg_SRCS} ${libffmpeg_MOC_SRCS} ${libffmpeg_UIS_H} +ADD_LIBRARY(ffmpeg_legacy MODULE ${libffmpeg_SRCS} ${libffmpeg_UIS_H} ${libffmpeg_RCC_SRCS} ${libffmpeg_HDRS}) add_dependencies(ffmpeg_legacy qmmp) target_link_libraries(ffmpeg_legacy ${QT_LIBRARIES} -lqmmp ${FFMPEG_LEGACY_LDFLAGS}) diff --git a/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro b/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro index 6713487e1..1e92b1976 100644 --- a/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro +++ b/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro @@ -40,21 +40,5 @@ win32 { DEFINES += __STDC_CONSTANT_MACROS -TRANSLATIONS = translations/ffmpeg_plugin_legacy_ru.ts \ - translations/ffmpeg_plugin_legacy_uk_UA.ts \ - translations/ffmpeg_plugin_legacy_zh_CN.ts \ - translations/ffmpeg_plugin_legacy_zh_TW.ts \ - translations/ffmpeg_plugin_legacy_cs.ts \ - translations/ffmpeg_plugin_legacy_pl.ts \ - translations/ffmpeg_plugin_legacy_de.ts \ - translations/ffmpeg_plugin_legacy_it.ts \ - translations/ffmpeg_plugin_legacy_tr.ts \ - translations/ffmpeg_plugin_legacy_lt.ts \ - translations/ffmpeg_plugin_legacy_nl.ts \ - translations/ffmpeg_plugin_legacy_ja.ts \ - translations/ffmpeg_plugin_legacy_es.ts \ - translations/ffmpeg_plugin_legacy_sr_BA.ts \ - translations/ffmpeg_plugin_legacy_sr_RS.ts - RESOURCES = translations/translations.qrc |
