<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2015-01-05 10:22 GMT-02:00 Alfredo Palhares <span dir="ltr"><<a href="mailto:masterkorp@masterkorp.net" target="_blank">masterkorp@masterkorp.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Excerpts from René J.V. Bertin's message of 2015-01-03 11:30:01 +0100:<br>
> On Saturday January 03 2015 03:13:41 Alfredo Palhares wrote:<br>
><br>
> >But qmake calls is it with all those macro definitions:<br>
> >- QT_GUI_LIB<br>
> >- QT_CORE_LIB<br>
> >- QT_SHARED<br>
> ><br>
> >What do these macros do ? I've tried to google the terms but no luck.<br>
><br>
> Those are likely Qt internal macros, as Guido said. My guess is that they serve to activate select parts in the headers, depending on the application's requirements. In this case, that would be an application that uses QtGui in addition to QtCore (not sure if you can have a Qt application without that...) and that either uses Qt shared libraries (as opposed to static builds) or uses Qt classes for sharing data among applications (QSharedMemory and friends).<br>
><br>
> As Guido also said: no need to worry about these. Or, AFAIK, about "black magic" formulas involving moc and friends ... until you're really running into failures that have no other explanation. (Which they usually will have, just as a seemingly inexplicable bug is rarely ever due to a compiler bug.)<br>
I should have have stated this before, but I am moving the build system<br>
from qmake to waf.<br>
<br>
Do I still have to worry about this ? Or just moc ?<br>
<br>
--<br>
Regards,<br>
Alfredo Palhares<br>
_______________________________________________<br>
Interest mailing list<br>
<a href="mailto:Interest@qt-project.org">Interest@qt-project.org</a><br>
<a href="http://lists.qt-project.org/mailman/listinfo/interest" target="_blank">http://lists.qt-project.org/mailman/listinfo/interest</a><br>
</blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Try this:  <a href="http://doc.qt.io/qt-5/qmake-manual.html">http://doc.qt.io/qt-5/qmake-manual.html</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Best Regards,</div><div class="gmail_extra">Francisco</div></div>