summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
blob: 968844321e87913253578ad11e5d3e65e838e953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) {
    embedded_lite {
        SUBDIRS += openvglite
    } 
}

embedded_lite {
    SUBDIRS += minimal
}

embedded_lite:x11 {
    SUBDIRS += testlite
}