aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cli/CLIModule.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-01-02 13:46:09 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-01-02 14:09:00 +0000
commit2bc9373d7b4bf54ecac4c9ea63453d549b2a0dad (patch)
treed5d894d29e5b310f0c10794cdebdbda576d98142 /share/qbs/modules/cli/CLIModule.qbs
parent7139eb6cc0b59b7546b0ac8b90de1eadb54f78fb (diff)
Use different tags for debug info created by different rules
Otherwise, rule conflicts occur when users try to process the "debuginfo" artifacts further. Task-number: QBS-1089 Change-Id: I70141cfbf2a966ab0414cbabab5e4785fd4a96c6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'share/qbs/modules/cli/CLIModule.qbs')
-rw-r--r--share/qbs/modules/cli/CLIModule.qbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qbs/modules/cli/CLIModule.qbs b/share/qbs/modules/cli/CLIModule.qbs
index b9ff259f6..3b4ce8693 100644
--- a/share/qbs/modules/cli/CLIModule.qbs
+++ b/share/qbs/modules/cli/CLIModule.qbs
@@ -107,7 +107,7 @@ Module {
}
Artifact {
- fileTags: ["debuginfo"]
+ fileTags: ["debuginfo_app"]
filePath: FileInfo.joinPaths(product.destinationDirectory,
product.targetName
+ product.moduleProperty(product.moduleName,
@@ -134,7 +134,7 @@ Module {
}
Artifact {
- fileTags: ["debuginfo"]
+ fileTags: ["debuginfo_dll"]
filePath: FileInfo.joinPaths(product.destinationDirectory,
product.targetName
+ product.moduleProperty(product.moduleName,
@@ -161,7 +161,7 @@ Module {
}
Artifact {
- fileTags: ["debuginfo"]
+ fileTags: ["debuginfo_netmodule"]
filePath: FileInfo.joinPaths(product.destinationDirectory,
product.targetName
+ product.moduleProperty(product.moduleName,