mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-27 12:09:17 -05:00
2f455f7f4a
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.