From ebd7f9bc697973366de8a6bf7265051e825e0680 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 9 Jan 2015 12:01:22 +0000 Subject: renaming experimental branch git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/CMakeLists.txt | 10 +--------- src/plugins/General/streambrowser/streambrowser.pro | 15 --------------- 2 files changed, 1 insertion(+), 24 deletions(-) (limited to 'src/plugins/General/streambrowser') diff --git a/src/plugins/General/streambrowser/CMakeLists.txt b/src/plugins/General/streambrowser/CMakeLists.txt index d1059701c..7cea884be 100644 --- a/src/plugins/General/streambrowser/CMakeLists.txt +++ b/src/plugins/General/streambrowser/CMakeLists.txt @@ -38,19 +38,11 @@ SET(libstreambrowser_SRCS streamwindow.cpp ) -SET(libstreambrowser_MOC_HDRS - streambrowserfactory.h - streambrowser.h - streamwindow.h -) - SET(libstreambrowser_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libstreambrowser_RCC_SRCS ${libstreambrowser_RCCS}) -QT4_WRAP_CPP(libstreambrowser_MOC_SRCS ${libstreambrowser_MOC_HDRS}) - # user interface SET(libstreambrowser_UIS @@ -62,7 +54,7 @@ QT4_WRAP_UI(libstreambrowser_UIS_H ${libstreambrowser_UIS}) # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(streambrowser MODULE ${libstreambrowser_SRCS} ${libstreambrowser_MOC_SRCS} ${libstreambrowser_UIS_H} ${libstreambrowser_RCC_SRCS}) +ADD_LIBRARY(streambrowser MODULE ${libstreambrowser_SRCS} ${libstreambrowser_UIS_H} ${libstreambrowser_RCC_SRCS}) add_dependencies(streambrowser qmmpui) target_link_libraries(streambrowser ${QT_LIBRARIES} -lqmmpui -lqmmp) install(TARGETS streambrowser DESTINATION ${LIB_DIR}/qmmp/General) diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro index 0c8e5e797..abf3fcd26 100644 --- a/src/plugins/General/streambrowser/streambrowser.pro +++ b/src/plugins/General/streambrowser/streambrowser.pro @@ -15,21 +15,6 @@ unix:LIBS += -lqmmpui -lqmmp win32:QMAKE_LIBDIR += ../../../../bin win32:LIBS += -lqmmpui0 -lqmmp0 -TRANSLATIONS = translations/streambrowser_plugin_cs.ts \ - translations/streambrowser_plugin_de.ts \ - translations/streambrowser_plugin_zh_CN.ts \ - translations/streambrowser_plugin_zh_TW.ts \ - translations/streambrowser_plugin_ru.ts \ - translations/streambrowser_plugin_pl.ts \ - translations/streambrowser_plugin_uk_UA.ts \ - translations/streambrowser_plugin_it.ts \ - translations/streambrowser_plugin_tr.ts \ - translations/streambrowser_plugin_lt.ts \ - translations/streambrowser_plugin_nl.ts \ - translations/streambrowser_plugin_ja.ts \ - translations/streambrowser_plugin_es.ts \ - translations/streambrowser_plugin_sr_BA.ts \ - translations/streambrowser_plugin_sr_RS.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ -- cgit v1.2.3-13-gbd6f