[Qt-interest] Open source dependencies tool
Constantin Makshin
dinosaur-rus at users.sourceforge.net
Fri Oct 9 21:06:32 CEST 2009
On Fri, 09 Oct 2009 22:22:00 +0400, Andreas Pakulat <apaku at gmx.de> wrote:
> On 09.10.09 19:41:11, M. Bashir Al-Noimi wrote:
>> Hi All,
>>
>> For deploying Qt's applications in *nix OS I use ldd application, it's
>> truly perfect tool, but in windows I couldn't find any open source tool
>> for collecting application's dependencies!
>>
>>
>> Do you know any open source dependencies tool for windows ?
>
> Not open-source, but free as in beer is DependencyWalker:
> http://www.dependencywalker.com/
>
>> I need open source tool cuz I want to get its output result and passing
>> it to a tool -I've created- which collecting (copying) all dependencies
>> in application's path.
>
> Why would you need open-source for that? You just need a commandline
> tool.
> No idea wether dependencywalker has a cli mode..
It should. At least there's "-c" command line option that disables the
GUI. But it doesn't print anything to the console, so you have to say
Dependency Walker to output all information to a file and then parse that
file. Not much worse then parsing another program's stdout, IMHO.
--
Constantin Makshin
More information about the Qt-interest-old
mailing list