Qt dependent dll regarding
Hey guys,
I am developing more than 5 applications using Qt Creator 5.3.0(MinGw compiler).
While deploying the applications in some other PC(Windows) where the Qt was not installed, i need to place the dependent dll set along with the app exe to make it run.
For example, my application exe is jus 100KB size; but the dependent dll set itself around "400MB".
For single app itself 400MB then No.of app X 400MB. will leads to occupy more space in my HDD.
Is there any way to set any static path where i could place my dll set and make the app run stand-alone without issues?
Re: Qt dependent dll regarding
Windows will likely have system paths where it looks for libraries.
Might have to ask on a Windows forum though.
Cheers,
_
Re: Qt dependent dll regarding
Yeah that i will do in parallel...
btw is there any method to make some settings/methodology in .pro file?