]> Git trees. - libqmvoc.git/commitdiff
extdate requires no more kde3support
authorPino Toscano <pino@kde.org>
Sun, 18 Feb 2007 14:16:03 +0000 (14:16 +0000)
committerPino Toscano <pino@kde.org>
Sun, 18 Feb 2007 14:16:03 +0000 (14:16 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634833

extdate/CMakeLists.txt

index 4758e2018b7bf50ed5de95cb4b5b8f47403647fc..d916d5a83607a8c2543f32a680e29ec47a485dfe 100644 (file)
@@ -20,7 +20,7 @@ kde4_automoc(${extdate_LIB_SRCS})
 
 kde4_add_library(extdate SHARED ${extdate_LIB_SRCS})
 
-target_link_libraries(extdate  ${KDE4_KDE3SUPPORT_LIBS} )
+target_link_libraries(extdate  ${KDE4_KDEUI_LIBS} )
 
 set_target_properties(extdate PROPERTIES VERSION 1.2.0 SOVERSION 1 )
 install(TARGETS extdate  DESTINATION ${LIB_INSTALL_DIR} )