QT5.5 QtCharts cross compile for QNX6.5sp1 arm
-
I have the 30 day trial license for enterprise and trying to compile Qt Charts for my embedded project. I get a mess of errors towards the end of the build.
With the same config, the virtual keyboard and data visualization projects build fine.
Any thoughts?error: invalid application of 'sizeof' to incomplete type 'QtCharts::ChartTheme'
error: creating array with negative size ('-0x00000000000000001')
/QtCore/qscopedpointer.h:54: warning: possible problem detected in invocation of delete operator:
/qscopedpointer.h:46: warning: 'pointer' has incomplete type
.moc/../../../../Src/src/charts/chartthememanager_p.h:37: warning: forward declaration of 'struct QtCharts::ChartTheme'
/home/bracor/Qt5.5.0/5.5/qnx6_armle_v7/include/QtCore/qscopedpointer.h:54: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.