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

    SUBDIRS += minimal

#this don't work. but leave it for now
qpa:x11 {
    SUBDIRS += testlite
}