##// END OF EJS Templates
No longer automatically disable QDateTimeAxis on ARM platforms...
No longer automatically disable QDateTimeAxis on ARM platforms QDateTimeAxis is now only disabled on platforms that define qreal as float. Change-Id: I08d393d328c972d74b27bd218e4cd01e844800c9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2724:c26fb372333d
r2861:21c113d296ef
Show More
src.pro
6 lines | 105 B | text/idl | PrologLexer
Titta Heikkala
Qt Charts project file structure change...
r2712 TEMPLATE = subdirs
CONFIG += ordered
Titta Heikkala
Fix Charts build when quick module is not build...
r2724 SUBDIRS += charts
qtHaveModule(quick) {
SUBDIRS += chartsqml2
}