summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/qfactoryloader.pro
blob: 42bc01e2edb1429e1cb317d42ef49831b6257384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT = core-private
TEMPLATE = subdirs
CONFIG  += ordered
SUBDIRS = \
    plugin1 \
    plugin2 \
    test

TARGET = tst_qpluginloader

# no special install rule for subdir
INSTALLS =


CONFIG += parallel_test