also add the boost lib folder in case we need to link something

This commit is contained in:
Rasmus Karlsson
2018-04-11 00:44:23 +02:00
committed by fourtf
parent b7226af4a1
commit b88196c81c
2 changed files with 15 additions and 10 deletions
+14
View File
@@ -0,0 +1,14 @@
pajlada {
BOOST_DIRECTORY = C:\dev\projects\boost_1_66_0\
}
win32 {
isEmpty(BOOST_DIRECTORY) {
message(Using default boost directory C:\\local\\boost\\)
BOOST_DIRECTORY = C:\local\boost\
}
INCLUDEPATH += $$BOOST_DIRECTORY
LIBS += -L$$BOOST_DIRECTORY\lib
}