fix bug where I accidentally escaped the BOOST_LIB_SUFFIX variable

This commit is contained in:
Rasmus Karlsson 2018-04-12 01:39:42 +02:00
parent b978977e7a
commit 79b4511104

View file

@ -15,5 +15,5 @@ win32 {
BOOST_LIB_SUFFIX = lib BOOST_LIB_SUFFIX = lib
} }
LIBS += -L$$BOOST_DIRECTORY\$$BOOST_LIB_SUFFIX LIBS += -L$$BOOST_DIRECTORY\\$$BOOST_LIB_SUFFIX
} }