It's meant to turn your built executable that you made in Qt and can't run without IDE due to missing DLLs into an standalone executable with all the necessary DLLs in the same directory as the executable itself.
For now you have to install it manually but a setup is planned
- Click on the green "Code" button
- "Download Zip" then unpack the zip file where you want the "installation path" to be
- in the unpacked directory navigate to .\DLLmaker\Release\Current\DLLmaker_Qt_v#.#
- Click on "Releases"
- look for the tag "current" (it also got the label "Latest")
- download DLLmaker_Qt_v#.#.rar
- unpack the RAR archive where you want the "installation path" to be
Either "Drag & Drop" the DLLmaker.exe shortcut file on your Taskbar or Copy/Cut/Paste it whereever wanted
It is highly advised to put a copy of your project's executable into a dedicated empty folder and use this app on the copy, this way it will be self-sufficient in that directory and won't clutter your project's build directory.
- Start DLLmaker
- Either choose your program's file via the Button or copy the file path into the first field
- Same with the second field but for the windeployqt.exe (usually at .\Qt#.#.#\mingw_64\bin)
- OPTIONAL: If you want DLLmaker to simultaneously create a shortcut to your program check the box "Create Shortcut"
DLLmaker only creates a shortcut file if "Create Shortcut" is checked
- OPTIONAL: If you want to store your entered file paths upon running check the box "Save Paths"
DLLmaker only stores and reloads the most recent file paths if "Save Paths" is checked
- OPTIONAL: If you want DLLmaker to simultaneously create a shortcut to your program check the box "Create Shortcut"
- Click the "RUN" button and wait a second
- Check if your "deploy directory" got populated