Allow use of boost libs which are located in /opt/boost by setting PREFIX (for header and lib).
This commit is contained in:
+6
-1
@@ -52,7 +52,12 @@ win32 {
|
||||
debug:LIBPATH += debug/lib
|
||||
release:LIBPATH += release/lib
|
||||
}
|
||||
mac {
|
||||
!win32{
|
||||
##### My release static build options
|
||||
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||
INCLUDEPATH += $${PREFIX}/include
|
||||
}
|
||||
mac {
|
||||
# make it universal
|
||||
CONFIG += x86
|
||||
CONFIG -= ppc
|
||||
|
||||
Reference in New Issue
Block a user