summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json/json.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/serialization/json/json.pro')
-rw-r--r--tests/auto/corelib/serialization/json/json.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/corelib/serialization/json/json.pro b/tests/auto/corelib/serialization/json/json.pro
new file mode 100644
index 0000000000..8fa17c5c38
--- /dev/null
+++ b/tests/auto/corelib/serialization/json/json.pro
@@ -0,0 +1,12 @@
+TARGET = tst_json
+QT = core-private testlib
+CONFIG += testcase
+
+!android:TESTDATA += bom.json test.json test.bjson test3.json test2.json
+ else:RESOURCES += json.qrc
+
+!qtConfig(doubleconversion):!qtConfig(system-doubleconversion) {
+ DEFINES += QT_NO_DOUBLECONVERSION
+}
+
+SOURCES += tst_qtjson.cpp