Fixing MacOS build.

This commit is contained in:
lotodore
2009-08-14 16:09:44 +00:00
parent daea61fe73
commit 3d65eaedd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ mac {
# on Intel-Mac you have to comment this line out or build will fail.
# QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk/
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lpokerth_lib -lpokerth_protocol
# Qt static (path is standard for self-compiling qt)
# LIBS += /usr/local/Trolltech/Qt-4.2.3/lib/libQtCore.a
+1 -1
View File
@@ -272,7 +272,7 @@ mac {
# QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk/
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lpokerth_lib -lpokerth_protocol
# standard path for darwinports
# make sure you have a universal version of boost
LIBS += /usr/local/lib/libboost_thread-xgcc40-mt.a