aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/qbs-config-import-export/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/qbs-config-import-export/config.json')
-rw-r--r--tests/auto/blackbox/testdata/qbs-config-import-export/config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/qbs-config-import-export/config.json b/tests/auto/blackbox/testdata/qbs-config-import-export/config.json
new file mode 100644
index 000000000..edcaf238a
--- /dev/null
+++ b/tests/auto/blackbox/testdata/qbs-config-import-export/config.json
@@ -0,0 +1,11 @@
+{
+ "group": {
+ "key1": "value1",
+ "key2": "value2"
+ },
+ "key": "value",
+ "listKey": [
+ "valueOne",
+ "valueTwo"
+ ]
+}