fix bug boost.pri (unix* -> unix)

stl_dim
Don Bright 2011-12-16 22:36:54 -06:00
parent d289903ee3
commit fd0e429715
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ boost {
}
}
unix*|macx {
unix|macx {
isEmpty(BOOST_IS_MT) {
LIBS += -lboost_thread -lboost_program_options
}