mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-03 05:51:24 +08:00
Fix commit 232, reenable GUI
This commit is contained in:
parent
5fc8250f7f
commit
789d706a7d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function $(COMMON_FLAGS)
|
|||
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall
|
||||
QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
|
||||
|
||||
ifneq ($(QTLDFLAGS),)
|
||||
ifneq ($(QTLDLIBS),)
|
||||
QTGUI = proxgui.o proxguiqt.o proxguiqt.moc.o
|
||||
CFLAGS += -DHAVE_GUI
|
||||
MOC = $(shell type moc-qt4 >/dev/null 2>&1 && echo moc-qt4 || echo moc)
|
||||
|
|
Loading…
Reference in a new issue