##// END OF EJS Templates
Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qFuzzyIsNull becasue it started failing when qFuzzyCompare was used
Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qFuzzyIsNull becasue it started failing when qFuzzyCompare was used

File last commit:

r2235:30ffc71c8c20
r2242:2523dbee7254
Show More
tests.pro
16 lines | 335 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart
} else {
message("OpenGL not available. Some test apps are disabled")
}