diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-06 21:34:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-06 21:34:43 (GMT) |
commit | b3fa4d98a41b32547e1ec661f826913d3540c929 (patch) | |
tree | 8d6bf38b49943facd01a9164cb1c64b976cdbaa8 /boost.pri | |
parent | d9d584ff106d0fb9cfd538cc83f94f9356287c54 (diff) |
Added regex to boost build
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ boost { } else { # some platforms have only '-mt' versions. uncomment if needed. # LIBS += -lboost_thread-mt -lboost_program_options-mt - LIBS += -lboost_thread -lboost_program_options -lboost_filesystem -lboost_system + LIBS += -lboost_thread -lboost_program_options -lboost_filesystem -lboost_system -lboost_regex } } } |