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

List:       kde-commits
Subject:    koffice/libs
From:       Thomas Zander <zander () kde ! org>
Date:       2010-03-05 23:41:05
Message-ID: 1267832465.512056.1824.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1099679 by zander:

KoMain now depends and exports the dependency on kotext

This was introduced with the RDF patch.

 M  +1 -1      koproperty/CMakeLists.txt  
 M  +2 -2      widgets/CMakeLists.txt  


--- trunk/koffice/libs/koproperty/CMakeLists.txt #1099678:1099679
@@ -62,7 +62,7 @@
 
 set(KOPROPERTY_LINK_LIBS ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY})
 if(KOPROPERTY_USE_KOLIBS)
-	list(APPEND KOPROPERTY_LINK_LIBS koodf kowidgets)
+	list(APPEND KOPROPERTY_LINK_LIBS kowidgets)
 endif(KOPROPERTY_USE_KOLIBS)
 target_link_libraries(${KOPROPERTY_TARGETNAME} ${KOPROPERTY_LINK_LIBS})
 
--- trunk/koffice/libs/widgets/CMakeLists.txt #1099678:1099679
@@ -57,9 +57,9 @@
 
 kde4_add_library(kowidgets SHARED ${kowidgets_LIB_SRCS})
 
-target_link_libraries(kowidgets kotext koodf pigmentcms)
+target_link_libraries(kowidgets kotext pigmentcms)
 
-target_link_libraries(kowidgets LINK_INTERFACE_LIBRARIES pigmentcms ${KDE4_KDEUI_LIBS})
+target_link_libraries(kowidgets LINK_INTERFACE_LIBRARIES kotext pigmentcms ${KDE4_KDEUI_LIBS})
 
 set_target_properties(kowidgets PROPERTIES
     VERSION ${GENERIC_KOFFICE_LIB_VERSION} SOVERSION ${GENERIC_KOFFICE_LIB_SOVERSION}
[prev in list] [next in list] [prev in thread] [next in thread] 

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