diff options
| author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 04:36:54 (GMT) |
|---|---|---|
| committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 04:36:54 (GMT) |
| commit | fd0e4297152a1ce07d7582720d0acf95d0a3defa (patch) | |
| tree | 7a1d739dde2eff6e557f5963a9eb7d27df12faa4 | |
| parent | d289903ee3b9ddefa1c6d25bf9a608547a520430 (diff) | |
fix bug boost.pri (unix* -> unix)
| -rw-r--r-- | boost.pri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ boost { } } - unix*|macx { + unix|macx { isEmpty(BOOST_IS_MT) { LIBS += -lboost_thread -lboost_program_options } |
