aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-11-21 12:49:37 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-11-21 15:15:04 +0000
commite6e57c9b5d747544f04a51871a03c2996bbf6b23 (patch)
tree5ed2dd0bece1e46489a3256c71a50bdabc6b1c75 /tests/auto/api
parent8c63e88ba43eaa081086df4e00739670995aa4aa (diff)
Fix more autotests
Again, follow-up to 7494bf59c2. Change-Id: Ic275e2ab7039945a7cd2db6ec46282a6d4708a66 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/api')
-rw-r--r--tests/auto/api/testdata/generated-files-list/generated-files-list.qbs1
-rw-r--r--tests/auto/api/testdata/lots-of-dots/lots-of-dots.qbs2
-rw-r--r--tests/auto/api/testdata/moc-hpp-included/moc-hpp-included.qbs2
3 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/generated-files-list/generated-files-list.qbs b/tests/auto/api/testdata/generated-files-list/generated-files-list.qbs
index be6ad63e9..30f7bc695 100644
--- a/tests/auto/api/testdata/generated-files-list/generated-files-list.qbs
+++ b/tests/auto/api/testdata/generated-files-list/generated-files-list.qbs
@@ -3,6 +3,7 @@ import qbs
CppApplication {
Depends { name: "Qt.widgets" }
consoleApplication: true
+ cpp.cxxLanguageVersion: "c++11"
cpp.debugInformation: false
cpp.separateDebugInformation: false
files: [
diff --git a/tests/auto/api/testdata/lots-of-dots/lots-of-dots.qbs b/tests/auto/api/testdata/lots-of-dots/lots-of-dots.qbs
index 5e033bd36..904cbcf66 100644
--- a/tests/auto/api/testdata/lots-of-dots/lots-of-dots.qbs
+++ b/tests/auto/api/testdata/lots-of-dots/lots-of-dots.qbs
@@ -5,7 +5,7 @@ Project {
type: "application"
consoleApplication: true
name: "lots.of.dots"
-
+ cpp.cxxLanguageVersion: "c++11"
files : [
"m.a.i.n.cpp",
"object.narf.h",
diff --git a/tests/auto/api/testdata/moc-hpp-included/moc-hpp-included.qbs b/tests/auto/api/testdata/moc-hpp-included/moc-hpp-included.qbs
index 554b0a2b3..b954d09f0 100644
--- a/tests/auto/api/testdata/moc-hpp-included/moc-hpp-included.qbs
+++ b/tests/auto/api/testdata/moc-hpp-included/moc-hpp-included.qbs
@@ -8,6 +8,8 @@ Project {
Depends { name: "Qt.core" }
+ cpp.cxxLanguageVersion: "c++11"
+
files: ["object.cpp", "object.h"]
Group {