On Sunday 05 September 2004 17:00, Eli Kara wrote:
> Ok, although what you suggest is possible there is an easier solution
> in the form of qmake.

> On Thursday 22:04:42, Oron Peled wrote:
> > ... QT does not ship these tools as Trolltech probably assume
> > you will use their qmake tool...

Yes, I mentioned the possibility of qmake, but....
 
> but for developing Qt/KDE apps, it is THE easiest tool that I've seen.

Exactly. The question is if your project is *only* a QT/KDE app?

Many projects have QT/KDE gui but uses many other libraries as well
as an example of (non-QT) project with many dependencies:
 $ ldd /usr/bin/gnomemeeting | wc -l
 70
(for the curious, of these maybe ~20-25 are gui related).

Would qmake save you work with the other 40-50 libraries? No.
Would most of these libraries have autotools macros? You bet.

So I would use qmake for pure QT/KDE jobs with almost no other
dependencies/options. Real world apps (for some definition of
"real world"), regretfully require build environment which is
more complex.

-- 
Oron Peled                             Voice/Fax: +972-4-8228492
[EMAIL PROTECTED]                  http://www.actcom.co.il/~oron
ICQ UIN: 16527398

Promises are like babies: fun to make, but hell to deliver.
                           -- Nadav Har'El

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to