[solved] Creator detecting a WinCE ABI
-
I've got a version of Qt configured for WinCE and MIPSII, but when I look at the ABI in Creator (hover over the Qt config) it reports it as ARM. I'm currently debugging through the ABI class in Creator to try and figure this out, but any hints and tips would be appreciated. The Qt version is correct for my platform as I can build and run apps using it (with an old version of Creator) but I'd like to know why the ABI is coming out incorrectly.
Ignore this, I've found it... WinCeQtVersion is hard coded to be Arm. Time for some more hacking. ;)