summaryrefslogtreecommitdiffstats
path: root/tests/tests.pri
blob: 8748acf11e925a210eeb84ac0baa101b99b58215 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += charts

contains(TARGET, qml.*) {
    QT += qml quick
}

target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target