Details
Description
When a new Qt 5 project is created then it needs to have the treat wchar_t as a builtin type turned on because this is now the default for Qt 5. Currently it is turned off which means that if the code uses QString::fromWCharArray() it will not compile.