aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec/qbs_processlauncher/qbs_processlauncher.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexec/qbs_processlauncher/qbs_processlauncher.qbs')
-rw-r--r--src/libexec/qbs_processlauncher/qbs_processlauncher.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexec/qbs_processlauncher/qbs_processlauncher.qbs b/src/libexec/qbs_processlauncher/qbs_processlauncher.qbs
index db554f2c7..0ed25dca9 100644
--- a/src/libexec/qbs_processlauncher/qbs_processlauncher.qbs
+++ b/src/libexec/qbs_processlauncher/qbs_processlauncher.qbs
@@ -38,7 +38,9 @@ QbsProduct {
Group {
fileTagsFilter: product.type
+ .concat(qbs.buildVariant === "debug" ? ["debuginfo_app"] : [])
qbs.install: true
qbs.installDir: qbsbuildconfig.libexecInstallDir
+ qbs.installSourceBase: destinationDirectory
}
}