[Qt-interest] Open source dependencies tool
M. Bashir Al-Noimi
mbnoimi at gmx.com
Sat Oct 10 00:50:34 CEST 2009
Pau Garcia i Quiles wrote:
> Hello,
>
> You don't say what build system you use, I'm assuming it's not CMake.
>
Actually I'm using QMake.
> If you move to CMake ( http://www.cmake.org ),
At this time, I don't want because I find QMake is quit easy and
effective. I tried to use CMake before and I found it complicated and
many projects didn't compile by it.
> 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.
>
Fine, it's nice option, But I'm not planning to leave QMake, if you know
any other tool could work for me I'll be glad when you tell me about it.
In mean time, I'm googling and searching about this tool in
http://sourceforge.net/ and https://launchpad.net/ to see if there is a
tool works for my request.
> 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
>
Thanks for link, I'll put it in my TODO.
-----
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net/
More information about the Qt-interest-old
mailing list