aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-08 12:11:48 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-08 16:25:29 +0100
commit340bad52dfdc2fa7e110d14c47f97a63530bbbbd (patch)
tree7ad0e60618be7692a83ef08a4795f306d0cdcfe5 /src/app/qbs/qbs.qbs
parenta2b05dbc533c9456738bf24807c75d7734df0217 (diff)
Add the "qbs resources" product as a dependency to the qbs frontend.
So that things like "qbs run" or executing the autotest-runner will take changes in modules etc into account. Change-Id: I68de7eb4d98c0aa3371327fa2ffdd0c2d75a38a4 Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'src/app/qbs/qbs.qbs')
-rw-r--r--src/app/qbs/qbs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/qbs/qbs.qbs b/src/app/qbs/qbs.qbs
index afe8a2fba..39a5559e6 100644
--- a/src/app/qbs/qbs.qbs
+++ b/src/app/qbs/qbs.qbs
@@ -3,6 +3,7 @@ import QbsFunctions
QbsApp {
name: "qbs_app"
+ Depends { name: "qbs resources" }
targetName: "qbs"
cpp.defines: base.concat([
'QBS_VERSION="' + QbsFunctions.qbsVersion() + '"',