QtMongo
QtMongo copied to clipboard
Cannot get QtMongo-Demo running
When I try to get QtMongo Demo to run, I get the following error:
~/Qt/5.2.1/gcc/include/QtCore/qglobal.h:679: error: invalid application of 'sizeof' to incomplete type 'QStaticAssertFailure
what could be wrong here?
can you give the whole stack trace please?
On Di, 2014-05-20 at 07:46 -0700, Simon Gunacker wrote:
When I try to get QtMongo Demo to run, I get the following error:
~/Qt/5.2.1/gcc/include/QtCore/qglobal.h:679: error: invalid application of 'sizeof' to incomplete type 'QStaticAssertFailure' enum {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, COUNTER) = sizeof(QStaticAssertFailure<!!(Condition)>)}
what could be wrong here?
— Reply to this email directly or view it on GitHub.