From 985ef1c31561626dae17750741c49f3b9cca85b6 Mon Sep 17 00:00:00 2001 From: "roel@libnfc.org" Date: Fri, 7 Dec 2012 11:01:55 +0000 Subject: [PATCH] temporarely disabled QT for winows, no clue why it gives a failure --- client/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index ef1155ec..364070e8 100644 --- a/client/Makefile +++ b/client/Makefile @@ -19,7 +19,12 @@ CFLAGS = -std=gnu99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno ifneq (,$(findstring MINGW,$(platform))) CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4 -MOC = moc +MOC = $(QTDIR)/moc +#################################################### +# Disabled gui for Windows, can someone with more +# knowledge about QT fix this problem?? +#################################################### +QTLDLIBS= 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.2