summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-03-10 14:34:45 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-03-11 08:30:27 +0000
commit71a36d0b6576b2174b708a714f92bbbe1b309d05 (patch)
tree9e1687752e0bcc8dc03da83852185f069c4aeff4 /tests/auto
parentcf827f2167d7ca122541cc17307e2b8133ec3af4 (diff)
Disable tests requiring shared build when compiling statically
Change-Id: I06ec53e46d2f61f1685899b0f8a4d385051095d6 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/plugin/plugin.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/corelib/plugin/plugin.pro b/tests/auto/corelib/plugin/plugin.pro
index 506f6abaeb..e132d9da1a 100644
--- a/tests/auto/corelib/plugin/plugin.pro
+++ b/tests/auto/corelib/plugin/plugin.pro
@@ -5,3 +5,9 @@ SUBDIRS=\
qplugin \
qpluginloader \
quuid
+
+contains(CONFIG, static) {
+ message(Disabling tests requiring shared build of Qt)
+ SUBDIRS -= qfactoryloader \
+ qpluginloader
+}