From e3e96e56df5adbe0264a2f2c088353aec049e23f Mon Sep 17 00:00:00 2001 From: "izsh@fail0verflow.com" Date: Wed, 24 Feb 2010 20:33:55 +0000 Subject: [PATCH] client/Makefile: Typo for Darwin --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2