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

win32:!wince: SUBDIRS += directshow

mac: SUBDIRS += qt7

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