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

SUBDIRS = \
    kernel

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

!qtConfig(opengl): SUBDIRS -= qopengl qopenglconfig

!qtConfig(vulkan): SUBDIRS -= qvulkan