aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/loadablemodule
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-05-30 13:24:37 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-05-30 12:10:49 +0000
commit8e9bab9072941196bf6709ac762c1f99e67a21a8 (patch)
tree87e729233191628b5c1a676b403a57f12d9fb6a2 /tests/auto/blackbox/testdata/loadablemodule
parentc2fa20edac0622d44211d0ef58ff433130c1a683 (diff)
Fix "loadableModule" autotest
Change-Id: I9e4babc42e56cabb8d4d3a0a000bf8f65c0c0d42 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/loadablemodule')
-rw-r--r--tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs b/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs
index 0fc8de8ca..a3327454d 100644
--- a/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs
+++ b/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs
@@ -22,6 +22,7 @@ Project {
name: "CoolApp"
files: ["main.cpp"]
+ cpp.cxxLanguageVersion: "c++11"
cpp.dynamicLibraries: [qbs.targetOS.contains("windows") ? "kernel32" : "dl"]
Properties {