Commit 71a36d0b authored by Maurice Kalinowski's avatar Maurice Kalinowski
Browse files

Disable tests requiring shared build when compiling statically


Change-Id: I06ec53e46d2f61f1685899b0f8a4d385051095d6
Reviewed-by: default avatarOliver Wolff <oliver.wolff@theqtcompany.com>
Showing with 6 additions and 0 deletions
...@@ -5,3 +5,9 @@ SUBDIRS=\ ...@@ -5,3 +5,9 @@ SUBDIRS=\
qplugin \ qplugin \
qpluginloader \ qpluginloader \
quuid quuid
contains(CONFIG, static) {
message(Disabling tests requiring shared build of Qt)
SUBDIRS -= qfactoryloader \
qpluginloader
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment