I have an application running on linux that I am trying to import into windows. I created all the libraries and also made changes to the .pro file. Now, when I try to build a project, I get this error:
error: LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
I am not sure what causes this problem. I am using a 32-bit Qt creator. I know that there are several links that talk about changing project properties, but they are all related to changing them in Visual Studio. I use Qt creator and run the project through the Qt UI. Therefore, I am not sure what changes should be made for project properties through Qt, if this needs to be resolved.
source share