qt - Qt5Cored.lib(Qt5Cored.dll) : module machine type 'x64' conflicts with target machine type 'X86' -
i in jenkins. i'm using cmake configuring project makefile generator: visual studio 12. after have solution file - *.sln. next step building project using msbuild. run command line arguments -/p:"visualstudioversion=12.0". while step prorocessing message:
> qt5cored.lib(qt5cored.dll) : fatal error lnk1112: module machine type 'x64' conflicts target machine type 'x86'
i tried using makefile generator : visual studio 12 win64 , there more failures. after tried run msbuild parameter /p:"platform=x64"
failed - "debug|x64"
invalid.
i have qt x64 platform , machine x64 too. have right paths qt in cmake_prefix_path
. have no idea else do:c
i solve problem: install qt x86 , works:))
Comments
Post a Comment