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

r2714:929d943d1aab
r2729:25ef6a257d39
Show More
tests.pri
10 lines | 149 B | text/plain | TextLexer
TEMPLATE = app
QT += charts
contains(TARGET, qml.*) {
QT += qml quick
}
target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target