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

tst.depends = lib theplugin
SUBDIRS = lib \
          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 =