From: roel@libnfc.org Date: Fri, 1 Mar 2013 14:28:14 +0000 (+0000) Subject: uploaded new mingw-proxmark.zip, QT working again, so re-enabled QUI under windows X-Git-Tag: v1.0.0~130^2~6 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/829fb342b5ce3952202f81407657f5e35db321bf?ds=sidebyside uploaded new mingw-proxmark.zip, QT working again, so re-enabled QUI under windows --- diff --git a/client/Makefile b/client/Makefile index ffafcbd1..d314427c 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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