Files
qt-creator/tests/auto/json/json.qbs
Christian Kandeler 8b8a32ba0e qbs build: Do not access the bundle module unconditionally
We should not rely on its presence on non-Darwin platforms.

Change-Id: I3fa722038f9c2d1139f6e1dc8c49d1c4d2fe0bee
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2017-08-03 11:09:55 +00:00

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"]
}