Re: How do I build a debug mode QT app that links to a lib built in release mode?
Originally Posted by spirit
you can built Qt with -debug-and-release configure key, that allows to use Qt in debug and release modes by adding CONFIG += release/debug flag in pro-file of your application.
so, you need:
Bookmarks