On Tuesday January 16 2007 8:33 pm, Andreas Pakulat wrote: > > > Check that /usr/include/qt4/Qt/qtest.h includes the members that gcc > > > complains about.
Ok, do I did find the file qtest.h These are the include statments at the top of that file, I don't see any of the ones that gcc wanted in there. #ifndef QTEST_H #define QTEST_H #include <QtTest/qtest_global.h> #include <QtTest/qtestcase.h> #include <QtTest/qtestdata.h> #include <QtCore/qbytearray.h> #include <QtCore/qstring.h> #include <QtCore/qstringlist.h> #include <QtCore/qdatetime.h> #include <QtCore/qobject.h> _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
