]> granicus.if.org Git - graphviz/commitdiff
try to avoid breaking platforms w/o Qt support
authorellson <devnull@localhost>
Mon, 4 Apr 2011 04:16:50 +0000 (04:16 +0000)
committerellson <devnull@localhost>
Mon, 4 Apr 2011 04:16:50 +0000 (04:16 +0000)
cmd/gvedit/Makefile.am

index c4da2e90e3e0c9d5496735ba7ffb5d35f3fb09ed..e744255f08a1220e486d60b057488e22c81e7c47 100644 (file)
@@ -3,11 +3,12 @@
 
 SUBDIRS = ui images
 
-bin_PROGRAMS = gvedit
-
 gveditdir = $(pkgdatadir)/gvedit
 
+if WITH_QT
+bin_PROGRAMS = gvedit
 gvedit_DATA = attrs.txt
+endif
 
 gvedit_SOURCES = main.cpp csettings.cpp mainwindow.cpp imageviewer.cpp mdichild.cpp