[rkward-cvs] SF.net SVN: rkward: [2262] branches/KDE4_port/rkward/CMakeLists.txt

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Nov 22 11:16:54 UTC 2007


Revision: 2262
          http://rkward.svn.sourceforge.net/rkward/?rev=2262&view=rev
Author:   tfry
Date:     2007-11-22 03:16:54 -0800 (Thu, 22 Nov 2007)

Log Message:
-----------
Apparently we do not need to link against the kparts libs, explicitely

Modified Paths:
--------------
    branches/KDE4_port/rkward/CMakeLists.txt

Modified: branches/KDE4_port/rkward/CMakeLists.txt
===================================================================
--- branches/KDE4_port/rkward/CMakeLists.txt	2007-11-22 11:12:05 UTC (rev 2261)
+++ branches/KDE4_port/rkward/CMakeLists.txt	2007-11-22 11:16:54 UTC (rev 2262)
@@ -39,7 +39,7 @@
 	@ONLY)
 ADD_DEPENDENCIES(rkward.bin ${CMAKE_CURRENT_BINARY_DIR}/rkward)
 
-TARGET_LINK_LIBRARIES(rkward.bin ${KDE4_KDECORE_LIBS} windows agents dialogs plugin settings dataeditor core scriptbackends rbackend misc ${KDE4_KHTML_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS})
+TARGET_LINK_LIBRARIES(rkward.bin ${KDE4_KDECORE_LIBS} windows agents dialogs plugin settings dataeditor core scriptbackends rbackend misc ${KDE4_KHTML_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KDEUI_LIBS})
 
 # NOTE: KDE4_KFILE_LIBS still links against Qt3Support
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list