From aa1863b2f4fce8d7fc9a9708a4c817adc96e9748 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 5 Dec 2011 14:52:34 +0100 Subject: [PATCH] fixed link problems on mac --- Sankore_3.1.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index 3e4191be..eccd8421 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -122,9 +122,10 @@ win32 { } macx { - LIBS += -framework \ - Foundation \ - -lcrypto + LIBS += -framework Foundation + LIBS += -lcrypto + LIBS += -framework AppKit + LIBS += -framework WebKit CONFIG(release, debug|release):CONFIG += x86 ppc