qt5base-lts/tests/auto/corelib/plugin/plugin.pro

16 lines
281 B
Prolog
Raw Normal View History

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