3 November 2023 - 20:58


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

\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.
