aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs')
-rw-r--r--tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs b/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
index 2cc20c3fd..270fc9eaf 100644
--- a/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
+++ b/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
@@ -3,6 +3,7 @@ Project {
name: "testApp"
type: ["application", "autotest"]
Depends { name: "autotest" }
+ cpp.cxxLanguageVersion: "c++11"
files: "test-main.cpp"
}
AutotestRunner {}