##// 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:

r2714:929d943d1aab
r2872:9c63b5bda170
Show More
tests.pri
10 lines | 149 B | text/plain | TextLexer
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = app
Michal Klocek
Examples build setup cleanup
r252
Titta Heikkala
Qt Charts project file structure change...
r2712 QT += charts
Heikkinen Miikka
Fix qml application deployment for android...
r2523
Titta Heikkala
Qt Charts project file structure change...
r2712 contains(TARGET, qml.*) {
QT += qml quick
Heikkinen Miikka
Fix qml application deployment for android...
r2523 }
Titta Heikkala
Qt Charts project file structure change...
r2712
target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target