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

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