aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources/imports/QbsLibrary.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-02-12 09:44:47 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-02-14 09:17:36 +0000
commit9773ec85c6d3087de4f59bd3e9eb3e84a714c463 (patch)
treebfe8cf0f0e68f89080e505bcd353d18d2e645cb8 /qbs-resources/imports/QbsLibrary.qbs
parentd97bad27e7acf400d57bcb593de98a458d3fec86 (diff)
qbs build: Set cpp.cxxLanguageVersion in QbsProduct
... rather than separately in the derived items. Change-Id: I3f036ad45269daaa44aabfcd017c524083c84399 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'qbs-resources/imports/QbsLibrary.qbs')
-rw-r--r--qbs-resources/imports/QbsLibrary.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsLibrary.qbs b/qbs-resources/imports/QbsLibrary.qbs
index f97b3aee0..986cc0318 100644
--- a/qbs-resources/imports/QbsLibrary.qbs
+++ b/qbs-resources/imports/QbsLibrary.qbs
@@ -15,7 +15,6 @@ QbsProduct {
cpp.soVersion: version.replace(/\.\d+$/, '')
}
cpp.visibility: "minimal"
- cpp.cxxLanguageVersion: "c++11"
property bool visibilityType: Qt.core.staticBuild ? "static" : "dynamic"
property string headerInstallPrefix: "/include/qbs"
Group {