summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/plugin.pro
blob: 774edc655a1b353c9fe8caa5b48bc6db7709be30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE=subdirs
SUBDIRS=\
    qfactoryloader \
    quuid

qtConfig(library): SUBDIRS += \
    qpluginloader \
    qplugin \
    qlibrary

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