##// END OF EJS Templates
Some perfs improvments....
Some perfs improvments. Fixed bug on update outside of data range. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2861:21c113d296ef
r2902:1f7564788f9d 5.7
Show More
qml.pro
6 lines | 176 B | text/idl | PrologLexer
Michal Klocek
Adds tst_qml basic stub for checking plugin loading qml
r1997 !include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
SOURCES += tst_qml.cpp
Titta Heikkala
Qt Charts project file structure change...
r2712 QT += qml quick
Miikka Heikkinen
No longer automatically disable QDateTimeAxis on ARM platforms...
r2861 contains(QT_COORD_TYPE, float): DEFINES += QT_QREAL_IS_FLOAT