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

List:       kde-commits
Subject:    koffice/kformula
From:       Jeff Mitchell <kde-dev () emailgoeshere ! com>
Date:       2008-08-26 21:47:53
Message-ID: 1219787273.819402.31257.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 852943 by mitchell:

KFormula links


 M  +14 -1     CMakeLists.txt  
 M  +12 -1     flake/CMakeLists.txt  


--- trunk/koffice/kformula/CMakeLists.txt #852942:852943
@@ -24,7 +24,20 @@
 	
 kde4_add_library(kformulaprivate SHARED ${kformulaprivate_LIB_SRCS})
 
-target_link_libraries(kformulaprivate ${KDE4_KDECORELIBS} koguiutils kformulalib)
+target_link_libraries(
+    kformulaprivate
+    koguiutils
+    kformulalib
+    komain
+    flake
+    kstore
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_KDEUI_LIBS}
+    ${KDE4_KPARTS_LIBS}
+    ${KDE4_KDE3SUPPORT_LIBS}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 
 set_target_properties(kformulaprivate PROPERTIES VERSION \
${GENERIC_KOFFICE_LIB_VERSION} SOVERSION ${GENERIC_KOFFICE_LIB_SOVERSION} )  
--- trunk/koffice/kformula/flake/CMakeLists.txt #852942:852943
@@ -63,7 +63,18 @@
 
 kde4_add_plugin(formulashape ${formulashape_PART_SRCS})
 
-target_link_libraries(formulashape  kstore ${KDE4_KDEUI_LIBS} koguiutils \
kformulaprivate) +target_link_libraries(
+    formulashape
+    kstore
+    koguiutils
+    kformulaprivate
+    flake
+    kformulalib
+    komain
+    ${KDE4_KDEUI_LIBS}
+    ${KDE4_KIO_LIBS}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 
 
 #set_target_properties(kformulalib 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