aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/persistenttrie/persistenttrie.qbs
blob: 0d6490a5b6b6f02d9b4ceaa3a12c3b9ea243a3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

QtcAutotest {
    name: "QML persistenttrie autotest"
    Depends { name: "QmlJS" }
    files: [ "tst_testtrie.h", "tst_testtrie.cpp" ]
    cpp.defines: base.concat([
        'QTCREATORDIR="' + project.ide_source_tree + '"',
        'TESTSRCDIR="' + path + '"'
    ])
}