Files
qt5.12.8/tests/auto/corelib/plugin/plugin.pro
2025-08-26 22:57:23 +08:00

16 lines
281 B
Prolog

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
}