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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/plugins/otr
From:       Will Stephenson <wstephenson () kde ! org>
Date:       2008-08-26 13:26:53
Message-ID: 1219757213.858829.22420.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 852732 by wstephens:

Build, apparently this broke when the reduced link interface code went in.  I'm \
surprised that nobody else had this problem so CC me if I have used the wrong fix.

 M  +2 -2      CMakeLists.txt  


--- trunk/KDE/kdenetwork/kopete/plugins/otr/CMakeLists.txt #852731:852732
@@ -10,7 +10,7 @@
 
 kde4_add_plugin(kopete_otr ${kopete_otr_PART_SRCS})
 
-target_link_libraries(kopete_otr kopete kopete_otr_shared otr)
+target_link_libraries(kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr)
 
 install(TARGETS kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR})
 
@@ -24,7 +24,7 @@
 
 kde4_add_plugin(kcm_kopete_otr ${kcm_kopete_otr_PART_SRCS})
 
-target_link_libraries(kcm_kopete_otr kopete kopete_otr_shared otr)
+target_link_libraries(kcm_kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared \
otr)  
 install(TARGETS kcm_kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR})
 


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

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