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

qtHaveModule(quick): {
    SUBDIRS += \
        compositor

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