I have an upcoming Qt project that requires the use of ActiveMQ-CPP libraries. From my study so far, it seems ActiveMQ-CPP only supports MSVC on Windows. I'd prefer sticking with MinGW since it's a cross-platform project and all other platforms use gcc.
Is there any guide or just outright yes or no on making ActiveMQ-CPP working with MinGW?
Thanks.