diff options
Diffstat (limited to 'src/plugins/General/streambrowser')
| -rw-r--r-- | src/plugins/General/streambrowser/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.pro | 15 |
2 files changed, 1 insertions, 24 deletions
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){ |
