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

21 lines
353 B
Prolog

QT = core
TEMPLATE = subdirs
tst.depends = lib theplugin
SUBDIRS = lib \
theplugin \
tst
!android:!win32:!darwin {
tst.depends += almostplugin
SUBDIRS += almostplugin
}
macos:qtConfig(private_tests):qtHaveModule(gui) {
tst.depends += machtest
SUBDIRS += machtest
}
# no special install rule for subdir
INSTALLS =