##// END OF EJS Templates
Improved QML API test coverage
Improved QML API test coverage

File last commit:

r2235:30ffc71c8c20
r2243:9cb45eae013f
Show More
tests.pro
16 lines | 335 B | text/idl | PrologLexer
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
Michal Klocek
Add test to common build
r34 TEMPLATE = subdirs
Michal Klocek
Block compilation of chartwidgettest, fixes tomorrow
r752 SUBDIRS += \
Marek Rosa
Added check for openGL support
r1951 auto \
Tero Ahola
Refactored QML axis handling
r1813 qmlchartproperties \
Marek Rosa
removed uitest app - not needed
r2235 qmlchartaxis
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680
Marek Rosa
Added check for openGL support
r1951 contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart
} else {
message("OpenGL not available. Some test apps are disabled")
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680 }