This is the error when building on a pure Linux box (not mingw on a dos box):
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
collect2: error: ld returned 1 exit status
This results from left-over or incorrectly specified boost library env variables in the QT Pro file. Either hand edit this or have the dev correct the mistake by putting in conditional tests for the h/w and o/s.
This is the error when building on a pure Linux box (not mingw on a dos box): /usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55 collect2: error: ld returned 1 exit status
This results from left-over or incorrectly specified boost library env variables in the QT Pro file. Either hand edit this or have the dev correct the mistake by putting in conditional tests for the h/w and o/s.
I'll leave this open if I find a quick patch.