[Kst] branches/work/kst/portto4/kst/src/libkst
Laurent Montel
montel at kde.org
Thu Mar 15 10:37:11 CET 2007
SVN commit 642732 by mlaurent:
Use cmake variable
M +1 -1 CMakeLists.txt
--- branches/work/kst/portto4/kst/src/libkst/CMakeLists.txt #642731:642732
@@ -45,7 +45,7 @@
kde4_add_library(kst SHARED ${kst_LIB_SRCS})
# target_link_libraries(kst kstextdate)
-target_link_libraries(kst ${KDE4_KDECORE_LIBS} kde3support)
+target_link_libraries(kst ${KDE4_KDECORE_LIBS} ${KDE4_KDE3SUPPORT_LIBS})
set_target_properties(kst PROPERTIES VERSION ${KST_LIBKST_VERSION} SOVERSION 1)
install(TARGETS kst DESTINATION ${LIB_INSTALL_DIR})
More information about the Kst
mailing list