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