Lib path fixes for official server.
This commit is contained in:
+1
-2
@@ -371,8 +371,7 @@ unix:!mac {
|
|||||||
# #### My release static build options
|
# #### My release static build options
|
||||||
# QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
# QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||||
# QMAKE_LFLAGS += -Wl,--gc-sections
|
# QMAKE_LFLAGS += -Wl,--gc-sections
|
||||||
LIBPATH += lib
|
LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib
|
||||||
LIBPATH += $${PREFIX}/lib
|
|
||||||
INCLUDEPATH += $${PREFIX}/include
|
INCLUDEPATH += $${PREFIX}/include
|
||||||
LIB_DIRS = $${PREFIX}/lib \
|
LIB_DIRS = $${PREFIX}/lib \
|
||||||
$${PREFIX}/lib64
|
$${PREFIX}/lib64
|
||||||
|
|||||||
+1
-1
@@ -231,7 +231,7 @@ win32{
|
|||||||
!win32{
|
!win32{
|
||||||
##### My release static build options
|
##### My release static build options
|
||||||
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||||
INCLUDEPATH += $${PREFIX}/include
|
INCLUDEPATH += $${PREFIX}/include /opt/gsasl/include
|
||||||
}
|
}
|
||||||
|
|
||||||
mac{
|
mac{
|
||||||
|
|||||||
+1
-2
@@ -192,8 +192,7 @@ unix : !mac {
|
|||||||
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||||
#QMAKE_LFLAGS += -Wl,--gc-sections
|
#QMAKE_LFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
LIBPATH += lib
|
LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib
|
||||||
LIBPATH += $${PREFIX}/lib
|
|
||||||
INCLUDEPATH += $${PREFIX}/include
|
INCLUDEPATH += $${PREFIX}/include
|
||||||
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
||||||
BOOST_FS = boost_filesystem boost_filesystem-mt
|
BOOST_FS = boost_filesystem boost_filesystem-mt
|
||||||
|
|||||||
Reference in New Issue
Block a user