mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 23:39:49 -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.