aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/localDeployment
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-08-23 12:11:22 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-23 12:01:26 +0000
commitef7b47afd1236f1ab26d405bc9ccbcb039f2c6e7 (patch)
treed8f9f2b71015a3bc8351ec5768642803f95a1465 /tests/auto/blackbox/testdata/localDeployment
parent800eab6fc2ad4203bea4ab4eb2b20862c6edb2a2 (diff)
Fix localDeployment autotest
The compilation part, at least. Change-Id: If383ce971da73b1ee826a1f94ad1e36511506e14 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/localDeployment')
-rw-r--r--tests/auto/blackbox/testdata/localDeployment/localDeployment.qbs1
-rw-r--r--tests/auto/blackbox/testdata/localDeployment/main.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/localDeployment/localDeployment.qbs b/tests/auto/blackbox/testdata/localDeployment/localDeployment.qbs
index 9a230f16a..2b4d1f241 100644
--- a/tests/auto/blackbox/testdata/localDeployment/localDeployment.qbs
+++ b/tests/auto/blackbox/testdata/localDeployment/localDeployment.qbs
@@ -8,6 +8,7 @@ Project {
destinationDirectory: "bin"
Depends { name: "cpp" }
+ cpp.cxxLanguageVersion: "c++11"
Group {
fileTagsFilter: product.type
diff --git a/tests/auto/blackbox/testdata/localDeployment/main.cpp b/tests/auto/blackbox/testdata/localDeployment/main.cpp
index ea86f0baa..d627b7fbc 100644
--- a/tests/auto/blackbox/testdata/localDeployment/main.cpp
+++ b/tests/auto/blackbox/testdata/localDeployment/main.cpp
@@ -28,6 +28,7 @@
#include <fstream>
#include <iostream>
+#include <string>
int main(int argc, char *argv[])
{