[Qt-interest] which build tools to use?

Hong Jiang kmldqj at gmail.com
Fri Dec 4 23:53:57 CET 2009


We (a small team) use CMake. CMake doesn't have the prettiest syntax
but works very well. I wrote a Ruby script to scan the C++ source and
generate CMake rules, but it's somewhat specific to our setup. I might
be able to clean it up and make it generally useful when I have more
time.

On Fri, Dec 4, 2009 at 11:35 AM, Glenn Hughes <ghughes01238 at gmail.com> wrote:
> Hi all,
>
> I'm just starting in on a large Qt project, and I was wondering if anyone
> had opinions on the best build process to use. I'm working under OS X for
> now. The project has several thousand source files in dozens of directories
> that build into a couple of OS X Frameworks, plus several dylibs.
>
> Has anyone figured out how to build using only XCode, i.e. not involving
> qmake at  all? I'm currently using only XCode, so this approach would
> probably require the smallest initial time investment (but might not be a
> good long-term solution).
>
> If that's not an option, what about CMake? (Seems powerful, but
> complicated...)
>
> Does anyone have an example of how to do a large multi-target project in
> qmake with an OS X application as the output? All the examples I've seen are
> too simplistic for me to use as starting points...
>
> So, any advice or insight would be appreciated.
>
> Thanks in advance
> Glenn
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>




More information about the Qt-interest-old mailing list