tibold / svg-explorer-extension

Extension module for Windows Explorer to render SVG thumbnails, so that you can have an overview of your SVG files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error: machine type 'x86' conflicts with target machine type 'x64'

maphew opened this issue · comments

...\build-SVGThumbnailExtension-Desktop_Qt_5_12_3_MSVC2017_64bit-Debug\debug\Main.obj:-1: error: LNK1112: module machine type 'x86' conflicts with target machine type 'x64'

Message resolved, though I'm not sure which of the following was the clincher:

  • use Qt Maintenance tool to remove "Desktop Qt 5.12.3 MSVC2017 32bit" kit (I had both 32 and 64bit installed. The 64bit kit was selected in my project settings but maybe that wasn't enough)
  • run Build >> Clean All
  • Build >> Run qmake
  • Build >> Rebuild All

Sources: