X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/38c4979dae8b7a215d356ceaa5a386ccbb126e38..0f7f9edc140b0b9fd3d9d2dd78015fe0acae6c2a:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 7224fe06..c76edf52 100644 --- a/client/Makefile +++ b/client/Makefile @@ -31,13 +31,13 @@ MOC = $(shell pkg-config --variable=moc_location QtCore) endif -#ifneq ($(QTLDLIBS),) -#QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o -#CFLAGS += -DHAVE_GUI -#LINK.o = $(LINK.cpp) -#else +ifneq ($(QTLDLIBS),) +QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o +CFLAGS += -DHAVE_GUI +LINK.o = $(LINK.cpp) +else QTGUI = guidummy.o -#endif +endif CMDSRCS = \ nonce2key/crapto1.c\