aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-04-27 17:47:51 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-05-09 12:55:51 +0000
commit92d532d88d7962d4568554d3f2928fd3d1d259d7 (patch)
treec2d73ef2162f7700765a40ba04e63e29c9dfb8f0 /tests/auto/blackbox/tst_blackbox.h
parentfb371a811d5f8de4ed78dd7b7a625b30e3e25996 (diff)
Add new property explicitlyDependsOnFromDependencies
This change adds new Rule item property called explicitlyDependsOnFromDependencies. It allows specifying a list of file tags to consider in dependent target artifacts which should be used as dependencies. [ChangeLog] The Rule item property explicitlyDependsOn no longer considers target artifacts of products that the processed product depends on. The new property explicitlyDependsOnFromDependencies can be used for that purpose. Change-Id: I47a80699fe881d4075b292ad164dd6e776049a83 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index f3fb1f90d..5a4544bbe 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -97,6 +97,8 @@ private slots:
void erroneousFiles();
void errorInfo();
void escapedLinkerFlags();
+ void explicitlyDependsOn();
+ void explicitlyDependsOn_data();
void exportedDependencyInDisabledProduct();
void exportedDependencyInDisabledProduct_data();
void exportedPropertyInDisabledProduct();