forked from qt-creator/qt-creator
We should not rely on its presence on non-Darwin platforms. Change-Id: I3fa722038f9c2d1139f6e1dc8c49d1c4d2fe0bee Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
23 lines
375 B
QML
23 lines
375 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "json autotest"
|
|
Depends { name: "bundle" }
|
|
Depends { name: "qtcjson" }
|
|
|
|
consoleApplication: true
|
|
|
|
Group {
|
|
name: "test data"
|
|
files: [
|
|
"bom.json",
|
|
"test.bjson",
|
|
"test.json",
|
|
"test2.json",
|
|
"test3.json",
|
|
]
|
|
}
|
|
|
|
files: ["tst_json.cpp"]
|
|
}
|