I need to compile poco with MinGW so I can use it in Qt Creator but cannot figure out how to, I’ve managed to compile poco in Visual Studio but I cannot use those libraries in Qt Creator.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Complementing Cesar’s answer (here, instead of adding a comment, for formatting purposes), you need something like this on your .pro file:
E.g., in my case, I would have this (for debug builds):
You can then refine this a bit, by creating settings for both debug and release builds:
Hope this helps.