WinCE 6.0 - What is rel_ops?
-
bq. const QMetaObject rel_ops::QT_WinCE_test::staticMetaObject = {
.I compiled QT 4.6.3 for WinCE 6.0, created almost empty GUI application project and got many errors about nondefined types.
I try to include headers, but after I added the stl_relops.h I got the error about this line:
bq. _GLIBCXX_BEGIN_NAMESPACE(std)
.Also there is text that
bq. the rel_ops operators should be avoided for the present
.Is it possible to switch that rel_ops off in QT?