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

List:       kde-commits
Subject:    KDE/kdebase/apps
From:       Andreas Hartmetz <ahartmetz () gmail ! com>
Date:       2008-10-26 23:55:34
Message-ID: 1225065334.917822.26173.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 876282 by ahartmetz:

link with gold

 M  +1 -1      dolphin/src/CMakeLists.txt  
 M  +1 -1      kdialog/CMakeLists.txt  


--- trunk/KDE/kdebase/apps/dolphin/src/CMakeLists.txt #876281:876282
@@ -162,7 +162,7 @@
 target_link_libraries(dolphin ${KDE4_KIO_LIBS}  ${KDE4_KDEPRINT_LIBS} \
${KDE4_KFILE_LIBS} konq dolphinprivate)  
 if (Nepomuk_FOUND)
-  target_link_libraries(dolphin ${NEPOMUK_LIBRARIES})
+  target_link_libraries(dolphin ${NEPOMUK_LIBRARIES} ${SOPRANO_LIBRARIES})
 endif (Nepomuk_FOUND)
 
 install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS})
--- trunk/KDE/kdebase/apps/kdialog/CMakeLists.txt #876281:876282
@@ -9,7 +9,7 @@
 kde4_add_executable(kdialog ${kdialog_SRCS})
 
 # Need libkfile due to the code that adjusts the geometry of the KDirSelectDialog
-target_link_libraries(kdialog ${KDE4_KFILE_LIBS})
+target_link_libraries(kdialog ${KDE4_KFILE_LIBS} ${KDE4_KIO_LIBS})
 if (Q_WS_X11)
   target_link_libraries(kdialog ${X11_X11_LIB})
 endif (Q_WS_X11)


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

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