2009-09-02 00:19:47 +02:00
|
|
|
--- ./src/CMakeLists.txt.orig 2009-08-31 18:57:31.000000000 +0400
|
|
|
|
+++ ./src/CMakeLists.txt 2009-09-01 21:42:30.000000000 +0400
|
2009-08-04 23:14:07 +02:00
|
|
|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
|
|
kde4_add_executable(kgraphviewer ${kgraphviewer_SRCS})
|
|
|
|
|
|
|
|
-target_link_libraries(kgraphviewer ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} gvc graph pathplan cdt)
|
|
|
|
+target_link_libraries(kgraphviewer ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
|
|
|
|
|
|
|
|
install( TARGETS kgraphviewer ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
|
2009-09-02 00:19:47 +02:00
|
|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
|
|
kde4_add_executable(kgrapheditor ${kgrapheditor_SRCS})
|
|
|
|
|
|
|
|
-target_link_libraries(kgrapheditor ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} gvc graph pathplan cdt)
|
|
|
|
+target_link_libraries(kgrapheditor ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
|
|
|
|
|
|
|
|
install( TARGETS kgrapheditor ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
|