]> granicus.if.org Git - graphviz/commitdiff
Fix Qt project file to use cgraph
authorEmden Gansner <erg@research.att.com>
Mon, 18 Mar 2013 17:45:14 +0000 (13:45 -0400)
committerEmden Gansner <erg@research.att.com>
Mon, 18 Mar 2013 17:45:14 +0000 (13:45 -0400)
cmd/gvedit/gvedit.pro.in

index 35b72c24c5b98013cdf2502b04f857c34e30c423..4f71649845dca64e6379abed9159f29effd67ca9 100644 (file)
@@ -2,7 +2,7 @@
 DEFINES += HAVE_CONFIG_H
 LIBS += \
         -L$(top_builddir)/lib/gvc/.libs -lgvc \
-        -L$(top_builddir)/lib/graph/.libs -lgraph \
+        -L$(top_builddir)/lib/cgraph/.libs -lcgraph \
         -L$(top_builddir)/lib/cdt/.libs -lcdt \
         -lexpat -lz -lltdl
 
@@ -10,7 +10,7 @@ INCLUDEPATH += \
        ../../lib/gvc \
        ../../lib/common \
        ../../lib/pathplan \
-       ../../lib/graph \
+       ../../lib/cgraph \
        ../../lib/cdt \
        ../..