same qt configuration as in libpcscxx; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-05 12:57:30 +00:00
parent 55972403fa
commit 82286e52eb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ AM_LDFLAGS = -L${top_builddir}/src/.libs
LDADD = -lproxyface
noinst_PROGRAMS = getproxylist
if QT
if HAVE_QT
noinst_PROGRAMS += simplegui
simplegui_SOURCES = simplegui.cxx
endif