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

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