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/CommandLineOptions/SeekOption | |
| 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/CommandLineOptions/SeekOption')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/CMakeLists.txt | 8 | ||||
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/SeekOption.pro | 15 |
2 files changed, 1 insertions, 22 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/CMakeLists.txt b/src/plugins/CommandLineOptions/SeekOption/CMakeLists.txt index 6fdfdc123..b028002a7 100644 --- a/src/plugins/CommandLineOptions/SeekOption/CMakeLists.txt +++ b/src/plugins/CommandLineOptions/SeekOption/CMakeLists.txt @@ -31,22 +31,16 @@ SET(seekoption_SRCS seekoption.cpp ) -SET(seekoption_MOC_HDRS - seekoption.h -) - SET(seekoption_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(seekoption_RCC_SRCS ${seekoption_RCCS}) -QT4_WRAP_CPP(seekoption_MOC_SRCS ${seekoption_MOC_HDRS}) - # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(seekoption MODULE ${seekoption_SRCS} ${seekoption_MOC_SRCS} ${seekoption_RCC_SRCS}) +ADD_LIBRARY(seekoption MODULE ${seekoption_SRCS} ${seekoption_RCC_SRCS}) add_dependencies(seekoption qmmpui) target_link_libraries(seekoption ${QT_LIBRARIES} -lqmmpui -lqmmp) install(TARGETS seekoption DESTINATION ${LIB_DIR}/qmmp/CommandLineOptions) diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro index 77bd889fe..5c63eb0e4 100644 --- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro +++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro @@ -10,21 +10,6 @@ QMAKE_CLEAN = $$PLUGINS_PREFIX/CommandLineOptions/libseekoption.so TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib -TRANSLATIONS = translations/seek_plugin_cs.ts \ - translations/seek_plugin_de.ts \ - translations/seek_plugin_pl.ts \ - translations/seek_plugin_ru.ts \ - translations/seek_plugin_uk_UA.ts \ - translations/seek_plugin_zh_TW.ts \ - translations/seek_plugin_zh_CN.ts \ - translations/seek_plugin_it.ts \ - translations/seek_plugin_tr.ts \ - translations/seek_plugin_lt.ts \ - translations/seek_plugin_nl.ts \ - translations/seek_plugin_ja.ts \ - translations/seek_plugin_es.ts \ - translations/seek_plugin_sr_BA.ts \ - translations/seek_plugin_sr_RS.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ |
