Skip to content

Instantly share code, notes, and snippets.

@jniemann66
Created July 28, 2017 05:19
Show Gist options
  • Save jniemann66/ec9f70f08377b4109c4ae6948a024109 to your computer and use it in GitHub Desktop.
Save jniemann66/ec9f70f08377b4109c4ae6948a024109 to your computer and use it in GitHub Desktop.
Qt resolving dll dependencies for Windows

Qt for Windows Deployment Tool

example:

C:\Qt\5.8\msvc2015_64\bin\windeployqt.exe C:\Development\qt\build-SomeApp-Binaries\SomeApp.exe

if you have qml, use --qmldir to point to where your .qml files are:

C:\Qt\5.8\msvc2015_64\bin\windeployqt.exe --qmldir C:\Development\qt\SomeAppSrc C:\Development\qt\build-SomeApp-Binaries\SomeApp.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment