2011-08-31 15:11:06 +00:00
|
|
|
TEMPLATE=subdirs
|
2014-01-16 10:00:30 +00:00
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
kernel
|
|
|
|
|
2016-02-16 14:29:59 +00:00
|
|
|
!uikit: SUBDIRS += \
|
2011-08-31 15:11:06 +00:00
|
|
|
image \
|
|
|
|
math3d \
|
|
|
|
painting \
|
2015-01-27 13:40:04 +00:00
|
|
|
qopenglconfig \
|
2011-11-03 09:12:44 +00:00
|
|
|
qopengl \
|
2017-01-31 14:04:33 +00:00
|
|
|
qvulkan \
|
2011-08-31 15:11:06 +00:00
|
|
|
text \
|
|
|
|
util \
|
2012-06-26 16:30:57 +00:00
|
|
|
itemmodels \
|
2013-09-01 16:08:12 +00:00
|
|
|
|
2018-05-16 06:35:36 +00:00
|
|
|
!qtConfig(opengl)|winrt: SUBDIRS -= qopengl qopenglconfig
|
2017-01-31 14:04:33 +00:00
|
|
|
|
|
|
|
!qtConfig(vulkan): SUBDIRS -= qvulkan
|