lkakbold.blogg.se

Lnk1112 error module machine type 'arm' conflicts with target machine type 'x64'
Lnk1112 error module machine type 'arm' conflicts with target machine type 'x64'












lnk1112 error module machine type

The build process is all fine until the link stage which runs into this error: link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /SUBSYSTEM:WINDOWS /MANIFEST:embed /OUT:debug\editorlib.dll : fatal error LNK1112: module machine type '圆4' conflicts with target machine type 'x86' /build-qt3dsceneeditor-Desktop_Qt_5_13_0_MSVC2017_64bit-Debug/Makefile qmake_all

lnk1112 error module machine type

\qt3dsceneeditor.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" I'm using Developer Command Prompt for VS 2017 by running these commands: "C:\Qt\Qt5.13.0\5.13.0\msvc2017_64\bin\qmake.exe". I'm trying to build Qt application with command line rather than QtCreator GUI tools.














Lnk1112 error module machine type 'arm' conflicts with target machine type 'x64'