94f9ee79a6
Change qtConfig(opengl(es2)?) to qtConfig(opengl) as that covers the case without any regular expression. Change-Id: I935e3150f87e195e8bd3d0e55b4ed43572b131cf Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
17 lines
229 B
Prolog
17 lines
229 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = \
|
|
kernel
|
|
|
|
!uikit: SUBDIRS += \
|
|
image \
|
|
math3d \
|
|
painting \
|
|
qopenglconfig \
|
|
qopengl \
|
|
text \
|
|
util \
|
|
itemmodels \
|
|
|
|
!qtConfig(opengl): SUBDIRS -= qopengl qopenglconfig
|