I need QCodeEdit in release and debug mode (which is necessary for any library on windows).
However the .pro file seems to build only the debug mode of the library.
Even if I insert
If I want to run the examples (which are in debug folder) they require the debug versions of Qt. Even if I switch to release mode the example.exe points to the qcodeedit.dll in debug mode.CONFIG += release
CONFIG -= debug
So how do I get the library to be build in release mode?
Bookmarks