<pre>Assuming that a Qt project file is used (as I normally do), the &quot;trick&quot; is to <br>add the following 3 lines to the .pro file before qmake (the Makefile <br>generator) is called:<br><br>...<br>QMAKE_CXX = distcc g++
<br>QMAKE_MOC = distcc $(QTDIR)/bin/moc<br>QMAKE_UIC = distcc $(QTDIR)/bin/uic</pre>
<br>
debes instalar el comilador UIC (user interface compiler)<br>
y setear su variable de entorno adecuada.<br>
<br>
<a href="http://web.njit.edu/all_topics/Prog_Lang_Docs/html/qt/uic.html">http://web.njit.edu/all_topics/Prog_Lang_Docs/html/qt/uic.html</a><br>
<br>
<br><br><div><span class="gmail_quote">2006/5/9, uv negativa &lt;<a href="mailto:uv.negativa@gmail.com">uv.negativa@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Buenas seņoras y seņores<br>tengo un error y espero que alguno con conocimientos avanzados de<br>compilacion me ayude.<br><br>estoy compilando una aplicacio kde llamada knoda<br><br>de la sigueinte manera<br><br><br># env MOC=moc3 UIC=uic3 ./configure
<br>--with-extra-libs=/usr/local/lib<br>--with-extra-includes=/usr/local/include/:/usr/include/<br>--with-qt-includes=/usr/local/include/X11/qt3/<br>--with-qt-libraries=/usr/local/lib/qt3/<br><br><br>pero me saca este error
<br><br>checking for Qt... libraries /usr/local/lib/qt3/, headers<br>/usr/local/include/X11/qt3/ using -mt<br>checking for moc... moc3<br>checking for uic... not found<br>configure: WARNING: No Qt ui compiler (uic) found!
<br>Please check whether you installed Qt correctly.<br>You need to have a running uic binary.<br>configure tried to run&nbsp;&nbsp;and the test didn't<br>succeed. If configure shouldn't have tried this one, set<br>the environment variable UIC to the right one before running
<br>configure.<br><br></blockquote></div><br>