##// END OF EJS Templates
Added missing qml files to auto tests...
Added missing qml files to auto tests The test files for previous versions were missing. Added those. Change-Id: I075ca69e16394081724bac1c3b7cc70079198ab3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2787:5aab4450c1f1
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