From 829fb342b5ce3952202f81407657f5e35db321bf Mon Sep 17 00:00:00 2001
From: "roel@libnfc.org" <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Date: Fri, 1 Mar 2013 14:28:14 +0000
Subject: [PATCH 1/1] uploaded new mingw-proxmark.zip, QT working again, so
 re-enabled QUI under windows

---
 client/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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
-- 
2.39.5