21 lines
296 B
Prolog
21 lines
296 B
Prolog
![]() |
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
|