summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
blob: 7325e57f170a7b42f68894366ae1cb8d2bae4e41 (plain)
1
2
3
4
5
6
7
8
TEMPLATE=subdirs
SUBDIRS += platforms


#The compositor plugins are only useful with QtCompositor
contains(CONFIG, wayland-compositor) {
        SUBDIRS += waylandcompositors
}