From 77f50cc5c4f61a8d79843631796a3b81e282c54e Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 25 Aug 2022 21:34:18 +0300 Subject: Take into account qbs module props used by providers when caching Otherwise, we end up with wrong modules used by products that override qbs module props such as sysroot. Change-Id: Id5a74e8198217e737fb02a506ac7a9bb216b4d60 Reviewed-by: Christian Kandeler --- tests/auto/blackbox/tst_blackbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/blackbox/tst_blackbox.h') diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h index ea3a8597d..dc184989c 100644 --- a/tests/auto/blackbox/tst_blackbox.h +++ b/tests/auto/blackbox/tst_blackbox.h @@ -262,6 +262,7 @@ private slots: void qbsConfig(); void qbsConfigAddProfile(); void qbsConfigAddProfile_data(); + void qbsModulePropertiesInProviders(); void qbsModuleProviders(); void qbsModuleProviders_data(); void qbsModuleProvidersCliOverride(); -- cgit v1.2.3