##// END OF EJS Templates
Fix debug-and-release build...
Fix debug-and-release build Charts is part of the Qt release and there is no need to do magic hacks to install the qmldir file. This was supposed to help running examples separately, but we assume that the lib is shipped with Qt proper. The problem was that the qmldir file would be simultaneously copied into the same location twice which will fail on Windows. Change-Id: I4d765c18367f7985c7dbfadbc7ddae78ce24f398 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com> Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2853:a801e78fb8d1
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