aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-27 12:35:46 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-27 11:15:38 +0000
commit1cfa5ed52c2cdfaf0a0a6b12a1f41bce0a9a67e1 (patch)
tree1374ce7a0add6b0064f5b4f6aed0fe2a27fb7711 /src/plugins/scanner
parentcf0497df127fa662899133d6f5a2c98b2815c2e2 (diff)
Enable C++11 for the scanner plugins.
We overlooked them in a50456dcb0. Change-Id: Iaa4a0094727209c30f385521d48fb70e43a2bd25 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/scanner')
-rw-r--r--src/plugins/scanner/scannerplugin.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scanner/scannerplugin.qbs b/src/plugins/scanner/scannerplugin.qbs
index 440a9b0e3..78448a145 100644
--- a/src/plugins/scanner/scannerplugin.qbs
+++ b/src/plugins/scanner/scannerplugin.qbs
@@ -3,6 +3,7 @@ import qbs 1.0
DynamicLibrary {
Depends { name: "cpp" }
Depends { name: "Qt.core" }
+ cpp.cxxLanguageVersion: "c++11"
destinationDirectory: project.libDirName + "/qbs/plugins"
Group {
fileTagsFilter: ["dynamiclibrary"]