[rkward-cvs] SF.net SVN: rkward-code:[4829] trunk/rkward/rkward/CMakeLists.txt
tfry at users.sf.net
tfry at users.sf.net
Tue Sep 16 18:46:44 UTC 2014
Revision: 4829
http://sourceforge.net/p/rkward/code/4829
Author: tfry
Date: 2014-09-16 18:46:42 +0000 (Tue, 16 Sep 2014)
Log Message:
-----------
Fix problem finding -lktexteditor while building on Windows
Modified Paths:
--------------
trunk/rkward/rkward/CMakeLists.txt
Modified: trunk/rkward/rkward/CMakeLists.txt
===================================================================
--- trunk/rkward/rkward/CMakeLists.txt 2014-09-16 18:40:53 UTC (rev 4828)
+++ trunk/rkward/rkward/CMakeLists.txt 2014-09-16 18:46:42 UTC (rev 4829)
@@ -63,7 +63,7 @@
@ONLY)
ENDIF(Q_WS_MAC)
-TARGET_LINK_LIBRARIES(rkward.frontend ${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} ${QT_QTSCRIPT_LIBRARY} ${QT_QTNETWORK_LIBRARY})
+TARGET_LINK_LIBRARIES(rkward.frontend ${KDE4_KDECORE_LIBS} windows ${RKWARD_ADDLIBS} agents dialogs plugin settings dataeditor core scriptbackends rbackend misc ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KROSSCORE_LIBS} ${QT_QTSCRIPT_LIBRARY} ${QT_QTNETWORK_LIBRARY})
# wrapper executable
GET_DIRECTORY_PROPERTY(R_EXECUTABLE DIRECTORY rbackend DEFINITION R_EXECUTABLE)
More information about the rkward-tracker
mailing list