aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/installed_artifact
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-01-14 12:02:35 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-14 16:53:10 +0100
commitba6f8ec38d1429eb28e9b2c507d1df7339229e8c (patch)
treee480becda924ef66874d8b2fa8dc932ddbad61fd /tests/auto/blackbox/testdata/installed_artifact
parent4f0ee11899479d18597ee84ca4319075fc448053 (diff)
Take source artifact properties into account when change tracking.
When properties on source files change, rules might have to be re- applied and the installation of the respective source file may have to be re-done. The current code catches none of that. Change-Id: I7d87eb1d6bbb9918f2633ec8cbb9640ca23b90a4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/installed_artifact')
-rw-r--r--tests/auto/blackbox/testdata/installed_artifact/installed_artifact.qbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/installed_artifact/installed_artifact.qbs b/tests/auto/blackbox/testdata/installed_artifact/installed_artifact.qbs
index 106ccdf54..81562a70b 100644
--- a/tests/auto/blackbox/testdata/installed_artifact/installed_artifact.qbs
+++ b/tests/auto/blackbox/testdata/installed_artifact/installed_artifact.qbs
@@ -4,7 +4,11 @@ Application {
name: "installedApp"
type: "application"
Depends { name: "cpp" }
- files: "main.cpp"
+ Group {
+ files: "main.cpp"
+ qbs.install: true
+ qbs.installDir: "src"
+ }
qbs.installPrefix: "/usr"
Group {
fileTagsFilter: "application"