Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
c4438cc4c306ff2232ce026ab5adb8f2bcad613d
qt-creator/tests/auto/json/json.qbs

23 lines
375 B
QML
Raw Normal View History

Introduce a Qt-free JSON implementation This is essentially QJson with Qt replaced by std:: features. This is useful to have in circumstances where a Qt dependency is undesirable, e.g. for the Qt Creator debugger protocol implementation in our CDB extension. Change-Id: Iec79c6b23b1e717ce1b6f4d38755287d1f479c13 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
2015-11-05 08:38:41 +01:00
import qbs
QtcAutotest {
name: "json autotest"
Depends { name: "bundle" }
Depends { name: "qtcjson" }
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-02 10:03:31 +02:00
consoleApplication: true
Introduce a Qt-free JSON implementation This is essentially QJson with Qt replaced by std:: features. This is useful to have in circumstances where a Qt dependency is undesirable, e.g. for the Qt Creator debugger protocol implementation in our CDB extension. Change-Id: Iec79c6b23b1e717ce1b6f4d38755287d1f479c13 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
2015-11-05 08:38:41 +01:00
Group {
name: "test data"
files: [
"bom.json",
"test.bjson",
"test.json",
"test2.json",
"test3.json",
]
}
files: ["tst_json.cpp"]
}
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 50ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API