mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 18:12:34 +08:00
uploaded new mingw-proxmark.zip, QT working again, so re-enabled QUI under windows
This commit is contained in:
parent
9d8f56e35d
commit
829fb342b5
1 changed files with 1 additions and 6 deletions
|
@ -19,12 +19,7 @@ CFLAGS = -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-u
|
|||
ifneq (,$(findstring MINGW,$(platform)))
|
||||
CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui
|
||||
QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4
|
||||
MOC = $(QTDIR)/moc
|
||||
####################################################
|
||||
# Disabled gui for Windows, can someone with more
|
||||
# knowledge about QT fix this problem??
|
||||
####################################################
|
||||
QTLDLIBS=
|
||||
MOC = $(QTDIR)/bin/moc
|
||||
else ifeq ($(platform),Darwin)
|
||||
CXXFLAGS = -I/Library/Frameworks/QtGui.framework/Versions/Current/Headers -I/Library/Frameworks/QtCore.framework/Versions/Current/Headers
|
||||
QTLDLIBS = -framework QtGui -framework QtCore
|
||||
|
|
Loading…
Reference in a new issue