summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/gui.pro
blob: c90fc48251eb409f2987f95f0831ebb2f13b623d (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)|winrt: SUBDIRS -= qopengl qopenglconfig

!qtConfig(vulkan): SUBDIRS -= qvulkan