How bundles a Dlang application and all its dependencies into a single .exe package?

Ferhat Kurtulmuş aferust at gmail.com
Sun Dec 1 20:56:01 UTC 2019


On Sunday, 1 December 2019 at 20:05:40 UTC, Marcone wrote:
> My program have Qt5 GUI that use dlls, icons, pictures, etc.
>
> How bundles a Dlang application and all its dependencies into a 
> single .exe package?

There are several tools creating installers such as nsis. 
However, if you want to make an all-in-one portable app (there 
are tools doing it too), you have to be sure that the licenses of 
your dependencies allow doing it. I don't think you are allowed 
to do it using Qt.


More information about the Digitalmars-d-learn mailing list