summaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 7452a928392a82b283698988a0922e941ebe4fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs

qtHaveModule(quick):qtHaveModule(waylandcompositor) {
    SUBDIRS += \
        compositor

    qtConfig(opengl):qtHaveModule(waylandclient) {
        SUBDIRS += \
            texture-sharing \
            texture-sharing-extension
    }
}