##// END OF EJS Templates
Fix compilation with GCC 6...
Fix compilation with GCC 6 qtcharts/tests/manual/chartwidgettest/mainwidget.cpp:211:74: error: call of overloaded ‘abs(double)’ is ambiguous newColumn.append(abs(sin(3.14159265358979 / 50 * i) * 100)); The file included <cmath>, but used C's math.h abs(), which is integer-only. ^ Change-Id: Iaa7e19f282a460a8c2d79475a14c7372b9740d26 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2872:9c63b5bda170
Show More
qmlchartaxis.pro
8 lines | 163 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/qmlchartaxis/*