forked from qt-creator/qt-creator
Change-Id: I8df3988f574cc94c8bb441a54a1b861913029dfa Reviewed-by: Christian Stenger <christian.stenger@qt.io>
12 lines
282 B
QML
12 lines
282 B
QML
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 + '"'
|
|
])
|
|
}
|