add BOOST_DIRECTORY option in qmake file to use custom boost directory
This commit is contained in:
+6
-1
@@ -212,7 +212,12 @@ DISTFILES +=
|
|||||||
|
|
||||||
# Include boost
|
# Include boost
|
||||||
win32 {
|
win32 {
|
||||||
INCLUDEPATH += C:\local\boost\
|
isEmpty(BOOST_DIRECTORY) {
|
||||||
|
message(Using default boost directory C:\\local\\boost\\)
|
||||||
|
BOOST_DIRECTORY = C:\local\boost\
|
||||||
|
}
|
||||||
|
|
||||||
|
INCLUDEPATH += $$BOOST_DIRECTORY
|
||||||
}
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
|
|||||||
Reference in New Issue
Block a user