summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/gui.pro
blob: 30c404be577076590a5ddaa4bed07af36755e977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE=subdirs

SUBDIRS = \
    kernel

!uikit: SUBDIRS += \
    image \
    math3d \
    painting \
    qopenglconfig \
    qopengl \
    qvulkan \
    text \
    util \
    itemmodels \
    rhi

!qtConfig(opengl): SUBDIRS -= qopengl qopenglconfig

!qtConfig(vulkan): SUBDIRS -= qvulkan