Allow use of boost libs which are located in /opt/boost by setting PREFIX (for header and lib).

This commit is contained in:
lotodore
2010-10-30 17:27:56 +00:00
parent b6a9ac4e02
commit 7176185950
5 changed files with 21 additions and 3 deletions
+2 -1
View File
@@ -193,7 +193,8 @@ unix : !mac {
#QMAKE_LFLAGS += -Wl,--gc-sections
LIBPATH += lib
LIBPATH += $${PREFIX}/lib
INCLUDEPATH += $${PREFIX}/include
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
BOOST_FS = boost_filesystem boost_filesystem-mt
BOOST_THREAD = boost_thread boost_thread-mt