mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
add BOOST_DIRECTORY option in qmake file to use custom boost directory
This commit is contained in:
parent
9fa9d7f0e3
commit
af1e0d13e5
|
@ -212,7 +212,12 @@ DISTFILES +=
|
|||
|
||||
# Include boost
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue