##// 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
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = app
Michal Klocek
Examples build setup cleanup
r252
Titta Heikkala
Qt Charts project file structure change...
r2712 QT += charts
Heikkinen Miikka
Fix qml application deployment for android...
r2523
Titta Heikkala
Qt Charts project file structure change...
r2712 contains(TARGET, qml.*) {
QT += qml quick
Heikkinen Miikka
Fix qml application deployment for android...
r2523 }
Titta Heikkala
Qt Charts project file structure change...
r2712
target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target