Hi

I have a working Visual Studio project for Win32 and I want to setup a Windows Mobile 5 config as well. I have created a shadow build of QT according to there instructions: http://doc.trolltech.com/4.4/install-wince.html

and I have selected that QT version in VS. Everything compiles in the Windows Mobile variant but then when linking I get this error:
QtCore4.lib(QtCore4.dll) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'X86'

I am not sure how to interpret this. Is it the QT libraries that are still in some win32 mode or can it be a setting in my visual studio project. I have set "Compile for architecture" to QRarch4 and "Target machine" to "Not set". But I still feel that it is the QT libs that are not agreeing?

Any ideas