blob: 21aaf0fffcc57cbe64179fc6af0f560ae01bc484 (
plain)
1
2
3
4
5
6
7
8
9
10
|
TEMPLATE = subdirs
contains(gfx-plugins, ahi) :SUBDIRS += ahi
contains(gfx-plugins, directfb) :SUBDIRS += directfb
contains(gfx-plugins, linuxfb) :SUBDIRS += linuxfb
contains(gfx-plugins, qvfb) :SUBDIRS += qvfb
contains(gfx-plugins, vnc) :SUBDIRS += vnc
contains(gfx-plugins, transformed) :SUBDIRS += transformed
contains(gfx-plugins, hybrid) :SUBDIRS += hybrid
contains(gfx-plugins, svgalib) :SUBDIRS += svgalib
contains(gfx-plugins, powervr) :SUBDIRS += powervr
|