qt6-bb10/tests/auto/corelib/plugin/plugin.pro

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
}