From 14cc84f3990d5c7631e0300d5c36617310843fc0 Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 1 Nov 2010 09:46:56 +0000 Subject: [PATCH] Lib path fixes for official server. --- pokerth_game.pro | 3 +-- pokerth_lib.pro | 2 +- pokerth_server.pro | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index b2bd3e50..fd1d70ed 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -371,8 +371,7 @@ unix:!mac { # #### My release static build options # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections # QMAKE_LFLAGS += -Wl,--gc-sections - LIBPATH += lib - LIBPATH += $${PREFIX}/lib + LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib INCLUDEPATH += $${PREFIX}/include LIB_DIRS = $${PREFIX}/lib \ $${PREFIX}/lib64 diff --git a/pokerth_lib.pro b/pokerth_lib.pro index d70c5938..b73b982b 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -231,7 +231,7 @@ win32{ !win32{ ##### My release static build options #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections - INCLUDEPATH += $${PREFIX}/include + INCLUDEPATH += $${PREFIX}/include /opt/gsasl/include } mac{ diff --git a/pokerth_server.pro b/pokerth_server.pro index 18129cdd..18da9ee2 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -192,8 +192,7 @@ unix : !mac { #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections #QMAKE_LFLAGS += -Wl,--gc-sections - LIBPATH += lib - LIBPATH += $${PREFIX}/lib + LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib INCLUDEPATH += $${PREFIX}/include LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 BOOST_FS = boost_filesystem boost_filesystem-mt