[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/noatun/library
From:       Stefan Gehn <mETz81 () web ! de>
Date:       2007-01-25 19:22:28
Message-ID: 1169752948.790053.6074.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 627125 by metz:

- Remove unused files, we can get them from svn history if we need them again


 M  +22 -45    CMakeLists.txt  
 D             effects.cpp  
 D             effectview.cpp  
 D             effectview.h  
 D             equalizer.cpp  
 D             equalizerview.cpp  
 D             equalizerview.h  
 D             equalizerwidget.ui  
 D             gentable.cpp  
 D             noatun/equalizer.h  


--- trunk/KDE/kdemultimedia/noatun/library/CMakeLists.txt #627124:627125
@@ -8,35 +8,33 @@
 ########### next target ###############
 
 set(noatun_LIB_SRCS
-        cmodule.cpp
-        controls.cpp
-        downloader.cpp
-        engine.cpp
-        frontend.cpp
-        global.cpp
-        hardwarevc.cpp
-        nmainwindow.cpp
-        player.cpp
-        playlist.cpp
-        playlistitem.cpp
-        playlistsaver.cpp
-        plugin.cpp
-        plugininterfaces.cpp
-        pluginloader.cpp
-        preferencesdialog.cpp
-        scrollinglabel.cpp
-        stdaction.cpp
-	stereobuttonaction.cpp
-        config.cpp)
+	cmodule.cpp
+	config.cpp
+	controls.cpp
+	downloader.cpp
+	engine.cpp
+	frontend.cpp
+	global.cpp
+	hardwarevc.cpp
+	nmainwindow.cpp
+	player.cpp
+	playlist.cpp
+	playlistitem.cpp
+	playlistsaver.cpp
+	plugin.cpp
+	plugininterfaces.cpp
+	pluginloader.cpp
+	preferencesdialog.cpp
+	scrollinglabel.cpp
+	stdaction.cpp
+	stereobuttonaction.cpp)
 
 set(header_file_to_automoc
 	noatun/cmodule.h
 	noatun/config.h
 	noatun/controls.h
 	noatun/downloader.h
-	noatun/effects.h
 	noatun/engine.h
-	noatun/equalizer.h
 	noatun/frontend.h
 	noatun/global.h
 	noatun/nmainwindow.h
@@ -54,15 +52,14 @@
 	noatun/visualization.h
 	)
 
+# hack to allow moc creation with .cpp and .h being in different directories
 foreach(_headerfile ${header_file_to_automoc})
-        GET_FILENAME_COMPONENT(outfile ${_headerfile} NAME_WE)
+	GET_FILENAME_COMPONENT(outfile ${_headerfile} NAME_WE)
 	qt4_generate_moc(${_headerfile} ${CMAKE_CURRENT_BINARY_DIR}/${outfile}.moc)
 	set_source_files_properties(${CMAKE_SOURCE_DIR}/noatun/library/${outfile}.cpp \
PROPERTIES SKIP_AUTOMOC TRUE)  \
macro_add_file_dependencies(${CMAKE_SOURCE_DIR}/noatun/library/${outfile}.cpp \
${CMAKE_CURRENT_BINARY_DIR}/${outfile}.moc)  endforeach(_headerfile ${headerfile})
 
-kde4_add_ui3_files(noatun_LIB_SRCS equalizerwidget.ui )
-
 kde4_automoc(${noatun_LIB_SRCS})
 
 kde4_add_library(noatun SHARED ${noatun_LIB_SRCS})
@@ -72,25 +69,6 @@
 set_target_properties(noatun PROPERTIES VERSION 1.2.0 SOVERSION 1 )
 install(TARGETS noatun  DESTINATION ${LIB_INSTALL_DIR} )
 
-
-########### next target ###############
-
-#set(noatuncontrols_LIB_SRCS controls.cpp scrollinglabel.cpp )
-#kde4_automoc(${noatuncontrols_LIB_SRCS})
-#kde4_add_library(noatuncontrols SHARED ${noatuncontrols_LIB_SRCS})
-#target_link_libraries(noatuncontrols  ${KDE4_KDEUI_LIBS} )
-#set_target_properties(noatuncontrols PROPERTIES VERSION 1.2.0 SOVERSION 1 )
-#install(TARGETS noatuncontrols  DESTINATION ${LIB_INSTALL_DIR} )
-
-
-########### next target ###############
-
-set(gentable_SRCS gentable.cpp )
-kde4_automoc(${gentable_SRCS})
-kde4_add_executable(gentable ${gentable_SRCS})
-target_link_libraries(gentable  ${KDE4_KDECORE_LIBS} )
-
-
 ########### install files ###############
 
 install( FILES noatun_export.h DESTINATION ${INCLUDE_INSTALL_DIR}/noatun/ )
@@ -100,4 +78,3 @@
 
 # Plugin ServiceType
 install( FILES noatunplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
-


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic