summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/plugin.pro
blob: c153fa37d9fb5e6c37ec0e2d56590fe5def97210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
}

# QTBUG-87438
android {
    SUBDIRS -= \
        qpluginloader \
        qplugin \
        qlibrary \
        qfactoryloader
}