[rkward-cvs] SF.net SVN: rkward:[2673] trunk/rkward/rkward/CMakeLists.txt
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Sep 29 19:23:02 UTC 2009
Revision: 2673
http://rkward.svn.sourceforge.net/rkward/?rev=2673&view=rev
Author: tfry
Date: 2009-09-29 19:23:02 +0000 (Tue, 29 Sep 2009)
Log Message:
-----------
Make sure to link against qtscript library
Modified Paths:
--------------
trunk/rkward/rkward/CMakeLists.txt
Modified: trunk/rkward/rkward/CMakeLists.txt
===================================================================
--- trunk/rkward/rkward/CMakeLists.txt 2009-09-29 12:55:52 UTC (rev 2672)
+++ trunk/rkward/rkward/CMakeLists.txt 2009-09-29 19:23:02 UTC (rev 2673)
@@ -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})
+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} ${QT_QTSCRIPT_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