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

List:       kde-commits
Subject:    koffice/karbon
From:       Laurent Montel <montel () kde ! org>
Date:       2008-08-25 20:59:32
Message-ID: 1219697972.673143.22560.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 852428 by mlaurent:

Link++


 M  +1 -1      CMakeLists.txt  
 M  +1 -1      common/CMakeLists.txt  
 M  +1 -1      plugins/dockers/CMakeLists.txt  
 M  +1 -1      plugins/flattenpath/CMakeLists.txt  
 M  +1 -1      plugins/refinepath/CMakeLists.txt  
 M  +1 -1      plugins/roundcorners/CMakeLists.txt  
 M  +1 -1      plugins/tools/CMakeLists.txt  
 M  +1 -1      plugins/whirlpinch/CMakeLists.txt  
 M  +3 -3      ui/CMakeLists.txt  


--- trunk/koffice/karbon/CMakeLists.txt #852427:852428
@@ -48,7 +48,7 @@
 
 kde4_add_kdeinit_executable( karbon ${karbon_KDEINIT_SRCS})
 
-target_link_libraries(kdeinit_karbon  ${KDE4_KDECORE_LIBS} karboncommon karbonui )
+target_link_libraries(kdeinit_karbon  komain ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} \
karboncommon karbonui )  
 install(TARGETS kdeinit_karbon  DESTINATION ${LIB_INSTALL_DIR})
 
--- trunk/koffice/karbon/common/CMakeLists.txt #852427:852428
@@ -11,7 +11,7 @@
 
 kde4_add_library( karboncommon SHARED ${karboncommon_LIB_SRCS} )
 
-target_link_libraries( karboncommon ${KDE4_KDECORE_LIBS} komain kotext )
+target_link_libraries( karboncommon ${QT_QT3SUPPORT_LIBRARY} ${QT_QTXML_LIBRARY} \
${KDE4_KDECORE_LIBS} flake kstore komain kotext )  
 set_target_properties(karboncommon PROPERTIES VERSION ${GENERIC_KOFFICE_LIB_VERSION} \
SOVERSION ${GENERIC_KOFFICE_LIB_SOVERSION} )  
--- trunk/koffice/karbon/plugins/dockers/CMakeLists.txt #852427:852428
@@ -14,7 +14,7 @@
 
 kde4_add_plugin(karbondockersplugin ${karbondockers_SRCS})
 
-target_link_libraries(karbondockersplugin koguiutils komain karbonui )
+target_link_libraries(karbondockersplugin karboncommon koresources pigmentcms flake \
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} koguiutils komain \
karbonui )  
 install(TARGETS karbondockersplugin DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/karbon/plugins/flattenpath/CMakeLists.txt #852427:852428
@@ -12,7 +12,7 @@
 
 
 
-target_link_libraries(karbon_flattenpathplugin   ${KDE4_KPARTS_LIBS} koguiutils \
karboncommon ) +target_link_libraries(karbon_flattenpathplugin flake  \
${KDE4_KPARTS_LIBS} koguiutils karboncommon )  
 install(TARGETS karbon_flattenpathplugin  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/karbon/plugins/refinepath/CMakeLists.txt #852427:852428
@@ -7,7 +7,7 @@
 
 kde4_add_plugin(karbon_refinepathplugin ${karbon_refinepathplugin_PART_SRCS})
 
-target_link_libraries(karbon_refinepathplugin  ${KDE4_KPARTS_LIBS} karboncommon )
+target_link_libraries(karbon_refinepathplugin flake ${KDE4_KPARTS_LIBS} karboncommon \
)  
 install(TARGETS karbon_refinepathplugin  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/karbon/plugins/roundcorners/CMakeLists.txt #852427:852428
@@ -12,7 +12,7 @@
 
 
 
-target_link_libraries(karbon_roundcornersplugin   ${KDE4_KPARTS_LIBS} karboncommon )
+target_link_libraries(karbon_roundcornersplugin  koguiutils flake  \
${KDE4_KPARTS_LIBS} karboncommon )  
 install(TARGETS karbon_roundcornersplugin  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/karbon/plugins/tools/CMakeLists.txt #852427:852428
@@ -31,7 +31,7 @@
 
 kde4_add_plugin(karbontools ${karbon_tools_PART_SRCS})
 
-target_link_libraries(karbontools ${KDE4_KPARTS_LIBS} koguiutils karboncommon \
karbonui ) +target_link_libraries(karbontools koresources pigmentcms koguiutils flake \
${KDE4_KPARTS_LIBS} koguiutils karboncommon karbonui )  
 install(TARGETS karbontools DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/karbon/plugins/whirlpinch/CMakeLists.txt #852427:852428
@@ -7,7 +7,7 @@
 
 kde4_add_plugin(karbon_whirlpinchplugin ${karbon_whirlpinchplugin_PART_SRCS})
 
-target_link_libraries(karbon_whirlpinchplugin  ${KDE4_KPARTS_LIBS} karboncommon )
+target_link_libraries(karbon_whirlpinchplugin koguiutils flake ${KDE4_KPARTS_LIBS} \
karboncommon )  
 install(TARGETS karbon_whirlpinchplugin  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/karbon/ui/CMakeLists.txt #852427:852428
@@ -42,9 +42,9 @@
 
 kde4_add_library( karbonui SHARED ${karbonui_SRCS} )
 
-target_link_libraries( karbonui ${KDE4_KDECORE_LIBS} 
-                                karboncommon
-                                komain
+target_link_libraries( karbonui ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} \
${KDE4_KPARTS_LIBS} ${QT_QT3SUPPORT_LIBRARY} +                                \
karboncommon kstore pigmentcms +                                komain koresources
                                 koguiutils
                                 kotext
                                 flake )


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

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