I have a rather weird problem deploying my application … I compile the application in Release mode, but when I try to run it it requires QtCored4.dll (notice the letter d).
Why doesn’t it require the non-debug dll, QtCore4.dll instead?
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.
I was including a debug 3rd party library build, rather than a release one … Including the latter one fixed the errors.