From 10df74b36ad708147f4f57f8b49432c8bd1f6dce Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 4 Apr 2011 04:16:50 +0000 Subject: [PATCH] try to avoid breaking platforms w/o Qt support --- cmd/gvedit/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/gvedit/Makefile.am b/cmd/gvedit/Makefile.am index c4da2e90e..e744255f0 100644 --- a/cmd/gvedit/Makefile.am +++ b/cmd/gvedit/Makefile.am @@ -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 -- 2.40.0