mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release notes can be found at: http://kde.org/announcements/4.3/index.php. We'd like to say thanks to all helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi)
11 lines
727 B
Text
11 lines
727 B
Text
--- src/part/CMakeLists.txt.orig 2009-07-30 23:25:29.000000000 +1100
|
|
+++ src/part/CMakeLists.txt 2009-08-03 02:07:52.000000000 +1100
|
|
@@ -15,7 +15,7 @@
|
|
kde4_add_plugin(kgraphviewerpart ${kgraphviewerpart_PART_SRCS})
|
|
|
|
add_definitions(-DQT_STL)
|
|
-target_link_libraries(kgraphviewerpart ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} gvc graph pathplan cdt)
|
|
+target_link_libraries(kgraphviewerpart ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
|
|
|
|
install( TARGETS kgraphviewerpart DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|