Re: Even built in release mode , binay is asking for Qt debug dlls and QtTest4.dll

Originally Posted by
ChrisW67
No. It is either built in in release mode and asking for release libraries, or it is built in debug mode and asking for debug libraries. When you switch from one to the other you must completely rebuild the project, i.e. make clean, qmake, make, or you will be linking together already built, unchanged object files that still reference the debug libs.
If a released program is dependent on QTest at all then you are doing it wrong.
Not quite. If he's building in studio, then it is possible to build 'release' config and specify debug libraries to link.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks