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

qtHaveModule(quick): {
    SUBDIRS += \
        compositor \
        texture-sharing \
        texture-sharing-extension
}