aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/CppModule.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-03-06 21:46:17 -0800
committerJake Petroules <jake.petroules@qt.io>2017-05-23 17:11:50 +0000
commit532656a552b8b4a263fd58003dbd7063564d1448 (patch)
treed7514d879e25594298a4d69a1377ecd601130642 /share/qbs/modules/cpp/CppModule.qbs
parent20149803a44856ea25063077964c1159b6d7a078 (diff)
Implement basic support for multi-config products on Darwin and Android
Task-number: QBS-13 Task-number: QBS-292 Change-Id: I63c2e0a4de5949c73ca33af7381c32606190a43a Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/CppModule.qbs')
-rw-r--r--share/qbs/modules/cpp/CppModule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index c4bd35462..bbd34ee68 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -164,6 +164,7 @@ Module {
property string executableSuffix
property string debugInfoSuffix
property string debugInfoBundleSuffix
+ property string variantSuffix
property bool createSymlinks: true
property stringList dynamicLibraries // list of names, will be linked with -lname
property stringList staticLibraries // list of static library files