Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Last active June 2, 2020 23:36
Show Gist options
  • Save FeodorFitsner/61741c22b8ec5f34959dab1cfe2a9481 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/61741c22b8ec5f34959dab1cfe2a9481 to your computer and use it in GitHub Desktop.
Install any Qt module during the build
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/build-images/master/scripts/Windows/install_qt_module.ps1'))
Install-QtComponent -Version '5.14.2' -Name 'win32_mingw73' -ExcludeDocs -ExcludeExamples
ConfigureQtVersion 'C:\Qt' '5.14.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment