On Saturday, 24 de September de 2011 14:49:50 Peter Kuemmel wrote: > For instance qobject.h: > > #ifndef QOBJECT_H > #define QOBJECT_H > > #ifndef QT_NO_QOBJECT > > #include <QtCore/qobjectdefs.h> > #include <QtCore/qstring.h> > #include <QtCore/qbytearray.h> > > // generated by moc into the build directory > #include <qobject_moc.h>
This means that qobject_moc.h depends on qobject.h and qobject.h depends on
qobject_moc.h.
make will scream out.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Software Architect - Intel Open Source Technology Center
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
