I ran into an issue which was familiar from many years ago from the Qt 4.x times with a recent setup: Qt 5.14 + MSVC2015.
Solution:
Add the following to the pro file_
And recompile everything.
Solution:
Add the following to the pro file_
win32-msvc* {
QMAKE_CXXFLAGS += /utf-8
}
And recompile everything.