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

load(qfeatures)
!contains(QT_DISABLED_FEATURES, library): SUBDIRS += \
    qpluginloader \
    qplugin \
    qlibrary

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