aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-10-06 19:18:16 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-10-07 12:07:15 +0200
commitb7e42fbe02d6105c5e449e90f74ef16f30500440 (patch)
treebf1cfd520371fef4582044ddab3af84ff9dedd11 /tests/auto/blackbox/tst_blackbox.h
parent2202f8b65c6eb3c1fc4784bdc76f758578856432 (diff)
Make Qt build variants logic more sensible.v1.3.2
We no longer force the Qt build variant to match the build variant of the application linking against it (except for MSVC, where that is required). Change-Id: Ie2c80fbb0d688cdcbab57ad638aaccbbd6988a22 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index 4803ad277..76ae3f04f 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -128,6 +128,7 @@ private slots:
void jsExtensionsPropertyList();
void jsExtensionsTextFile();
void inheritQbsSearchPaths();
+ void mixedBuildVariants();
void mocCppIncluded();
void newOutputArtifactInDependency();
void newPatternMatch();