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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/msn
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-08-02 16:39:04
Message-ID: 1217695144.161198.5667.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 841106 by segato:

fix linking on windows

 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdenetwork/kopete/protocols/msn/CMakeLists.txt #841105:841106
@@ -61,7 +61,7 @@
 kde4_add_library(kopete_msn_shared SHARED ${kopete_msn_shared_LIB_SRCS})
 
 if(WIN32)
-  target_link_libraries(kopete_msn_shared  ${KDE4_KIO_LIBS} kopete)
+  target_link_libraries(kopete_msn_shared  ${KDE4_KIO_LIBS} kopete \
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KUTILS_LIBS})  else(WIN32)
   target_link_libraries(kopete_msn_shared  ${KDE4_KIO_LIBS} kopete \
kopete_videodevice ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KUTILS_LIBS})  endif(WIN32)


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

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