qt5base-lts/tests/auto/corelib/plugin/plugin.pro
Maurice Kalinowski 71a36d0b65 Disable tests requiring shared build when compiling statically
Change-Id: I06ec53e46d2f61f1685899b0f8a4d385051095d6
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
2016-03-11 08:30:27 +00:00

14 lines
256 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qfactoryloader \
qlibrary \
qplugin \
qpluginloader \
quuid
contains(CONFIG, static) {
message(Disabling tests requiring shared build of Qt)
SUBDIRS -= qfactoryloader \
qpluginloader
}