summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/graphicssystems.pro
blob: 7a8f4d6a7e919ffd65236aa7bca7bc1f8c704f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
SUBDIRS += trace
!wince*:contains(QT_CONFIG, opengl):SUBDIRS += opengl
contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) {
    SUBDIRS += openvg
}

contains(QT_CONFIG, shivavg) {
    # Only works under X11 at present
    !win32:!embedded:!mac:SUBDIRS += shivavg
}