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

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

SVN commit 852931 by mitchell:

More kexi fixes towards linking


 M  +12 -1     forms/CMakeLists.txt  
 M  +14 -1     importexport/csv/CMakeLists.txt  


--- trunk/koffice/kexi/plugins/forms/CMakeLists.txt #852930:852931
@@ -32,7 +32,18 @@
 
 
 
-target_link_libraries(kformdesigner_kexidbwidgets  ${KDE4_KDECORE_LIBS} kformdesigner kexiformutils )
+target_link_libraries(
+    kformdesigner_kexidbwidgets
+    kformdesigner
+    kexiformutils
+    kexidb
+    kexicore
+    kexiguiutils
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_KDEUI_LIBS}
+    ${QT_QTGUI_LIBRARY}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 
 install(TARGETS kformdesigner_kexidbwidgets  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kexi/plugins/importexport/csv/CMakeLists.txt #852930:852931
@@ -18,7 +18,20 @@
 
 
 
-target_link_libraries(kexihandler_csv_importexport  ${KDE4_KDECORE_LIBS} kexicore keximigrate )
+target_link_libraries(
+    kexihandler_csv_importexport
+    kexicore
+    keximigrate
+    kexidb
+    kexiutils
+    kexiextendedwidgets
+    keximain
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_KDEUI_LIBS}
+    ${KDE4_KDE3SUPPORT_LIBS}
+    ${QT_QTGUI_LIBRARY}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 
 if(MSVC)
    # avoid LNK1169 errors
[prev in list] [next in list] [prev in thread] [next in thread] 

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