Fix build for -no-feature-quick-sprite
Change-Id: I864b436b7cb1e1fedb15555f53951987dc74012c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
9bca88ea41
commit
74ba609f0e
|
@ -1,5 +1,7 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
QT_FOR_CONFIG += quick-private
|
||||
|
||||
SUBDIRS += \
|
||||
builtins \
|
||||
qtqml \
|
||||
|
@ -17,7 +19,7 @@ qtHaveModule(quick) {
|
|||
window \
|
||||
testlib
|
||||
|
||||
qtConfig(opengl(es1|es2)?): \
|
||||
qtConfig(quick-sprite):qtConfig(opengl(es1|es2)?): \
|
||||
SUBDIRS += particles
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue