If so, then this is "feature" of C++ - you must compile all libraries with the same compiler, and QT libraries in QT SDK were compiled with MinGW. So you must:
- compile QScintilla and examples with MinGW or
- compile QT with Visual Studio and them compile QScintilla and examples with Visual Studio