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/CommandLineOptions/SeekOption/CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/plugins/CommandLineOptions/SeekOption/CMakeLists.txt') 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) -- cgit v1.2.3-13-gbd6f