summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/mediaservices.pro
blob: d84b27624369bf7cb25e62c47f2c63fbe700072b (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

contains(QT_CONFIG, mediaservice) {
    win32:!wince: SUBDIRS += directshow

    mac: SUBDIRS += qt7

    unix:!mac:!symbian:contains(QT_CONFIG, xvideo):contains(QT_CONFIG, gstreamer) {
        SUBDIRS += gstreamer
    }
}