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

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

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