From 8f77e7ba0d8b71756d35d2b3330ad02ffded6c83 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 12 Apr 2008 20:30:29 +0000 Subject: [PATCH] Adds libcurl on MacOS. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 2d6b43fb..71b02c72 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -387,7 +387,7 @@ mac{ LIBS += /usr/local/lib/libboost_thread-mt-1_34_1.a LIBS += /usr/local/lib/libboost_filesystem-mt-1_34_1.a # libraries installed on every mac - LIBS += -lcrypto -lz -framework Carbon + LIBS += -lcrypto -lz -lcurl -framework Carbon # set the application icon RC_FILE = pokerth.icns LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib