[Qt-interest] Open source dependencies tool
Pau Garcia i Quiles
pgquiles at elpauer.org
Fri Oct 9 21:35:46 CEST 2009
Hello,
You don't say what build system you use, I'm assuming it's not CMake.
If you move to CMake ( http://www.cmake.org ), you could use the
GetPrerequisites and InstallRequiredSystemLibraries modules. Behind
the scenes, they run ldd on Unix and dumpbin on Windows (dumpbin is a
console-only tool, similar to Dependency Walker). The main advantage
is you write a single CMake-script for finding requisites and that
script runs on all platforms, unmodified.
In case you know nothing about CMake and you want to get started, I
recommend the "Mastering CMake" book or my slides:
http://www.elpauer.org/stuff/learning_cmake.pdf
On Fri, Oct 9, 2009 at 7:41 PM, M. Bashir Al-Noimi <mbnoimi at gmx.com> 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 ?
>
>
> P.S.
>
> 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.
>
>
>
>
> -----
> Best Regards
> Muhammad Bashir Al-Noimi
> My Blog: http://mbnoimi.net/
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
More information about the Qt-interest-old
mailing list