summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
blob: 18c9c8d1989dbe53d188830435fa154acd1f708f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT = core
TEMPLATE = subdirs

tst.depends = lib theplugin
SUBDIRS = lib \
          staticplugin \
          theplugin \
          tst
!android:!win32:!darwin {
    tst.depends += almostplugin
    SUBDIRS += almostplugin
}
macos:qtConfig(private_tests):qtHaveModule(gui) {
    tst.depends += machtest
    SUBDIRS += machtest
}

# no special install rule for subdir
INSTALLS =