Lib path fixes for official server.

This commit is contained in:
lotodore
2010-11-01 09:46:56 +00:00
parent 4278de6341
commit 14cc84f399
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -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
+1 -1
View File
@@ -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{
+1 -2
View File
@@ -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