From kde-commits Sat Jun 30 23:13:10 2007 From: Benjamin Reed Date: Sat, 30 Jun 2007 23:13:10 +0000 To: kde-commits Subject: KDE/kdewebdev/quanta/src Message-Id: <1183245190.715436.3767.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=118324520400964 SVN commit 681950 by reed: missing libs at link time on osx M +1 -1 CMakeLists.txt --- trunk/KDE/kdewebdev/quanta/src/CMakeLists.txt #681949:681950 @@ -18,7 +18,7 @@ kde4_add_executable(quanta ${quanta_SRCS}) -target_link_libraries(quanta ${KDE4_KDECORE_LIBS} kdevplatformshell kdevplatformproject) +target_link_libraries(quanta ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KTEXTEDITOR_LIBRARY} kdevplatformshell kdevplatformproject) install(TARGETS quanta DESTINATION ${BIN_INSTALL_DIR} )