[rkward-cvs] SF.net SVN: rkward:[3221] trunk/rkward/rkward/CMakeLists.txt

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sat Dec 4 13:14:50 UTC 2010


Revision: 3221
          http://rkward.svn.sourceforge.net/rkward/?rev=3221&view=rev
Author:   tfry
Date:     2010-12-04 13:14:50 +0000 (Sat, 04 Dec 2010)

Log Message:
-----------
Explicitely link against QtNetwork lib

Modified Paths:
--------------
    trunk/rkward/rkward/CMakeLists.txt

Modified: trunk/rkward/rkward/CMakeLists.txt
===================================================================
--- trunk/rkward/rkward/CMakeLists.txt	2010-12-03 16:16:44 UTC (rev 3220)
+++ trunk/rkward/rkward/CMakeLists.txt	2010-12-04 13:14:50 UTC (rev 3221)
@@ -52,7 +52,7 @@
 	@ONLY)
 ADD_DEPENDENCIES(rkward.bin ${RKWARD_WRAPPER_SCRIPT})
 
-TARGET_LINK_LIBRARIES(rkward.bin ${KDE4_KDECORE_LIBS} windows ${RKWARD_ADDLIBS} agents dialogs plugin settings dataeditor core scriptbackends rbackend misc ktexteditor ${KDE4_KHTML_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KROSSCORE_LIBS} ${KDE4_KNEWSTUFF2_LIBS} ${QT_QTSCRIPT_LIBRARY})
+TARGET_LINK_LIBRARIES(rkward.bin ${KDE4_KDECORE_LIBS} windows ${RKWARD_ADDLIBS} agents dialogs plugin settings dataeditor core scriptbackends rbackend misc ktexteditor ${KDE4_KHTML_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KROSSCORE_LIBS} ${KDE4_KNEWSTUFF2_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTNETWORK_LIBRARY})
 
 ########### install files ###############
 


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