summaryrefslogtreecommitdiff
path: root/boost.pri
diff options
context:
space:
mode:
Diffstat (limited to 'boost.pri')
-rw-r--r--boost.pri13
1 files changed, 9 insertions, 4 deletions
diff --git a/boost.pri b/boost.pri
index 34a9dd2..2ec580f 100644
--- a/boost.pri
+++ b/boost.pri
@@ -10,9 +10,14 @@ boost {
}
}
- win32 {
- LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1
- } else {
- LIBS += -lboost_thread -lboost_program_options
+ CONFIG(mingw-cross-env) {
+ LIBS += -lboost_thread_win32-mt -lboost_program_options-mt
+ }
+ else {
+ win32 {
+ LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1
+ } else {
+ LIBS += -lboost_thread -lboost_program_options
+ }
}
}
contact: Jan Huwald // Impressum