mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-03 17:40:03 -06:00
Use utf8 on MinGW and ANSI with msvc. The core of the problem is in the $$cat() and write_file() qmake functions they don't know process UTF-8 encoded files, they use the ANSI encoding.