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

Support MinGW toolchain

tibold opened this issue · comments

Add support for MinGW toolchain for building the application.


@GitMensch , continuation of #53

Unfortunately this does not work.

  • Importing <windows.h> in MinGW throws lots of errors due to some unsupported syntax in the SDK headers.
  • Qt 5.x MinGW SDK is 5GB per architecture including the MinGW itself.

If someone can supple a working setup for MinGW we can integrate that into the build script, until then I'll just close this issue.