summaryrefslogtreecommitdiff
path: root/tests/auto/language/tst_language.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-03-06 18:17:04 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-03-09 08:54:18 +0000
commitabfc4c1b37d18515c8da0678a665886d7cb69af5 (patch)
treeb171d79fbd3980010683778761ab60ddf3ac881a /tests/auto/language/tst_language.h
parent4bbcab71534cedb0076d5a1b5899ee8530a01f81 (diff)
downloadqbs-abfc4c1b37d18515c8da0678a665886d7cb69af5.tar.gz
Fix exports from multiplexed products
While we did set up the dependencies between multiplexed products correctly, the *module* (i.e. Export item) that we pulled in was always the same one and corresponded to the wrong product variant in most cases. Change-Id: If42cf7e946689259c7433d81fd35d8798919eb15 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/language/tst_language.h')
-rw-r--r--tests/auto/language/tst_language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/language/tst_language.h b/tests/auto/language/tst_language.h
index edbebef5e..c80152f28 100644
--- a/tests/auto/language/tst_language.h
+++ b/tests/auto/language/tst_language.h
@@ -126,6 +126,7 @@ private slots:
void moduleScope();
void modules_data();
void modules();
+ void multiplexedExports();
void multiplexingByProfile();
void multiplexingByProfile_data();
void nonApplicableModulePropertyInProfile();