From 8cdc648139fda86f5f155ac51c4dc05a6e892e7f Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 9 Nov 2015 11:04:49 +0100 Subject: Tests: Fix compilation Change-Id: Ia63f3afd7ae3e76f78ffea31702ba5968b74b418 Reviewed-by: hjk --- tests/auto/json/json.pro | 2 +- tests/auto/json/tst_json.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/auto/json') diff --git a/tests/auto/json/json.pro b/tests/auto/json/json.pro index b7c5970698..c9f7b7d447 100644 --- a/tests/auto/json/json.pro +++ b/tests/auto/json/json.pro @@ -1,7 +1,7 @@ TARGET = tst_json QT = core testlib CONFIG -= app_bundle -CONFIG += testcase +CONFIG += testcase c++11 TESTDATA += test.json test.bjson test3.json test2.json bom.json diff --git a/tests/auto/json/tst_json.cpp b/tests/auto/json/tst_json.cpp index f24c09710d..0de0c10440 100644 --- a/tests/auto/json/tst_json.cpp +++ b/tests/auto/json/tst_json.cpp @@ -33,6 +33,7 @@ #include +#include #include #include -- cgit v1.2.3