summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/plugin.pro
blob: b094c24e55449a6ac6a946c6fe98efff4497c935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 \
               qpluginloader
}