Fix build for -no-feature-quick-sprite

Change-Id: I864b436b7cb1e1fedb15555f53951987dc74012c
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Stephan Binner 2017-02-22 13:04:22 +01:00
parent 9bca88ea41
commit 74ba609f0e
1 changed files with 3 additions and 1 deletions

View File

@ -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
}