##// END OF EJS Templates
Add cmake support...
Add cmake support Auto test required for cmake are added to Charts. Change-Id: I00f63502214e086c15e49b168160323f5f40fbd0 Task-number: QTRD-2874 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2729:25ef6a257d39
Show More
tests.pro
19 lines | 394 B | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += \
auto \
presenterchart \
polarcharttest \
boxplottester
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
chartviewer
} else {
message("OpenGL not available. Some test apps are disabled")
}
qtHaveModule(quick) {
SUBDIRS += qmlchartproperties \
qmlchartaxis
}