PDA

View Full Version : Qt dependent dll regarding



smagesh89
19th January 2016, 05:41
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?

anda_skoa
19th January 2016, 16:12
Windows will likely have system paths where it looks for libraries.

Might have to ask on a Windows forum though.

Cheers,
_

smagesh89
21st January 2016, 03:22
Yeah that i will do in parallel...
btw is there any method to make some settings/methodology in .pro file?