From: izsh@fail0verflow.com Date: Wed, 24 Feb 2010 20:33:55 +0000 (+0000) Subject: client/Makefile: Typo for Darwin X-Git-Tag: v1.0.0~324 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e3e96e56df5adbe0264a2f2c088353aec049e23f client/Makefile: Typo for Darwin --- diff --git a/client/Makefile b/client/Makefile index b6d40c57..66986daf 100644 --- a/client/Makefile +++ b/client/Makefile @@ -21,7 +21,7 @@ CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4 MOC = moc else ifeq ($(platform),Darwin) -CXXFLAGS = -I/Library/Frameworks/QtGui.framework/Version/Current/Headers -I/Library/Frameworks/QtCore.framework/Versions/Current/Headers +CXXFLAGS = -I/Library/Frameworks/QtGui.framework/Versions/Current/Headers -I/Library/Frameworks/QtCore.framework/Versions/Current/Headers QTLDLIBS = -framework QtGui -framework QtCore MOC = moc else