##// END OF EJS Templates
Fix version numbers...
Fix version numbers QML API version was only updated to what it actually is, it doesn't need to follow the module version. Change-Id: I5c26da72b03a1e6858327a8a08f933998991c39e Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2724:c26fb372333d
r2858:18b5962194a7
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
}