From 5a3766aa75e9becb7d20df62ac23ded159eed9a1 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 3 May 2009 19:06:51 +0000 Subject: [PATCH] macox fixes --- pokerth_game.pro | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 9079da99..60608e95 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -342,10 +342,16 @@ win32 { -lwldap32 RC_FILE = pokerth.rc } -!win32:DEPENDPATH += src/net/linux/ \ - src/core/linux -unix:# workaround for problems with boost_filesystem exceptions -#QMAKE_LFLAGS += -no_dead_strip_inits_and_terms + +!win32 { + DEPENDPATH += src/net/linux/ src/core/linux +} + +unix { + # workaround for problems with boost_filesystem exceptions + #QMAKE_LFLAGS += -no_dead_strip_inits_and_terms +} + unix:!mac { # #### My release static build options # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections