forked from qt-creator/qt-creator
That was most likely QBS-755. Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
13 lines
309 B
QML
13 lines
309 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "QML persistenttrie autotest"
|
|
Depends { name: "QmlJS" }
|
|
files: [ "tst_testtrie.h", "tst_testtrie.cpp" ]
|
|
cpp.defines: base.concat([
|
|
'QMLJS_BUILD_DIR',
|
|
'QTCREATORDIR="' + project.ide_source_tree + '"',
|
|
'TESTSRCDIR="' + path + '"'
|
|
])
|
|
}
|