summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsharedmemory/qsharedmemory.pro
blob: 323d5bbd3713dfe424c646b0520b274af563689d (plain)
1
2
3
4
5
6
TEMPLATE = subdirs

qtConfig(sharedmemory) {
    !winrt: SUBDIRS = producerconsumer
    SUBDIRS += test.pro
}