Am Tue, 08. Sep 2009 um 16:50:13 -0500 schrieb Gabriel M. Beddingfield:

Hi Gabriel,

> scons is using the Qt 3 version of uic.

> Since you probably know this... how did you work around this?  I'll get it 
> in the docs.  :-)

a lot of distibutions provide a *-qt4 version of the Qt development
tools moc, uic, lupdate and lrelease. This means you can use moc-qt4,
uic-qt4, lupdate-qt4 and lrelease-qt4 instead. A check for their
availability may help.

I don't know how scons handles such use cases but under
autoconf/automake it is quite easy to get around such trouble by using:

  AC_PATH_PROGS(UIC, uic-qt4 uic, no, [$PATH:$QTDIR/bin])

The first search matches "uic-qt4", if not found the search continues
for "uic". To set QTDIR properly can also help here.

Guido

-- 
http://www.bayernline.de/~gscholz/
http://www.lug-burghausen.org/

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to