Disable tests requiring shared build when compiling statically

Change-Id: I06ec53e46d2f61f1685899b0f8a4d385051095d6
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
bb10
Maurice Kalinowski 2016-03-10 14:34:45 +01:00
parent cf827f2167
commit 71a36d0b65
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@ SUBDIRS=\
qplugin \
qpluginloader \
quuid
contains(CONFIG, static) {
message(Disabling tests requiring shared build of Qt)
SUBDIRS -= qfactoryloader \
qpluginloader
}