b2f8a70890
Allows us to sanity check the iOS build in the CI. Change-Id: I16f9bfafef3988dcab6efd3155503ca0d0b4d1d8 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
16 lines
214 B
Prolog
16 lines
214 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = \
|
|
kernel
|
|
|
|
!ios: SUBDIRS += \
|
|
image \
|
|
math3d \
|
|
painting \
|
|
qopengl \
|
|
text \
|
|
util \
|
|
itemmodels \
|
|
|
|
!contains(QT_CONFIG, opengl(es1|es2)?): SUBDIRS -= qopengl
|