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

List:       kde-commits
Subject:    KDE/kdebase/runtime
From:       Laurent Montel <montel () kde ! org>
Date:       2007-07-01 13:49:28
Message-ID: 1183297768.812879.8270.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 682057 by mlaurent:

Remove not necessary link lib


 M  +1 -1      kfile/CMakeLists.txt  
 M  +1 -1      knotify/CMakeLists.txt  
 M  +1 -1      ktimezoned/CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/kfile/CMakeLists.txt #682056:682057
@@ -7,7 +7,7 @@
 
 kde4_add_executable(kfile NOGUI ${kfile_SRCS})
 
-target_link_libraries(kfile ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} )
+target_link_libraries(kfile ${KDE4_KIO_LIBS} )
 
 install(TARGETS kfile DESTINATION ${BIN_INSTALL_DIR} )
 
--- trunk/KDE/kdebase/runtime/knotify/CMakeLists.txt #682056:682057
@@ -17,7 +17,7 @@
 
 kde4_add_executable( knotify ${knotify_SRCS})
 
-target_link_libraries( knotify ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS})
+target_link_libraries( knotify ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS})
 
 set_target_properties(knotify PROPERTIES OUTPUT_NAME knotify4 )
 install(TARGETS knotify DESTINATION ${BIN_INSTALL_DIR} )
--- trunk/KDE/kdebase/runtime/ktimezoned/CMakeLists.txt #682056:682057
@@ -7,7 +7,7 @@
 
 #qt4_add_dbus_adaptor(kded_ktimezoned_SRCS org.kde.KTimeZoned ktimezonedbus.h DBusHandler)
 
-target_link_libraries(kded_ktimezoned ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
+target_link_libraries(kded_ktimezoned ${KDE4_KIO_LIBS})
 
 install(TARGETS kded_ktimezoned DESTINATION ${PLUGIN_INSTALL_DIR})
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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