[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:36:49
Message-ID: 1219786609.882996.30631.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 852936 by mitchell:

OMG...Kexi links again


 M  +9 -1      relations/CMakeLists.txt  
 M  +15 -1     scripting/kexiscripting/CMakeLists.txt  


--- trunk/koffice/kexi/plugins/relations/CMakeLists.txt #852935:852936
@@ -12,7 +12,15 @@
 
 
 
-target_link_libraries(kexihandler_relation  ${KDE4_KDECORE_LIBS} kexicore \
kexirelationsview ) +target_link_libraries(
+    kexihandler_relation
+    kexicore
+    kexirelationsview
+    kexidb
+    ${KDE4_KDECORE_LIBS}
+    ${QT_QTGUI_LIBRARY}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 
 install(TARGETS kexihandler_relation  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kexi/plugins/scripting/kexiscripting/CMakeLists.txt #852935:852936
@@ -12,7 +12,21 @@
 set(kexihandler_script_PART_SRCS kexiscriptpart.cpp kexiscripteditor.cpp \
kexiscriptdesignview.cpp )  qt4_wrap_cpp(kexihandler_script_PART_SRCS \
kexiscriptadaptor.h)  kde4_add_plugin(kexihandler_script \
                ${kexihandler_script_PART_SRCS})
-target_link_libraries(kexihandler_script  ${KDE4_KDECORE_LIBS} kexiextendedwidgets \
koproperty ${KDE4_KROSSUI_LIBS} kokross) +target_link_libraries(
+    kexihandler_script
+    kexiextendedwidgets
+    koproperty
+    kokross
+    kexicore
+    kexiutils
+    kexidb
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_KDEUI_LIBS}
+    ${KDE4_KIO_LIBS}
+    ${KDE4_KROSSUI_LIBS}
+    ${QT_QTGUI_LIBRARY}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 install(TARGETS kexihandler_script  DESTINATION ${PLUGIN_INSTALL_DIR})
 
 ########### install files ###############


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

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