same qt configuration as in libpcscxx; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-05 12:49:52 +00:00
parent 26dc507d68
commit 55972403fa
4 changed files with 168 additions and 84 deletions

View File

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