qtlite: Fix build with -no-feature-testlib

Change-Id: I45ffc2f5ef6147b0c2997fca3961bf3aec21bbfc
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
Mikhail Svetkin 2018-04-06 15:35:54 +02:00
parent 28bb56634b
commit 7c3dad14d3
2 changed files with 7 additions and 3 deletions

View File

@ -18,9 +18,11 @@ qtHaveModule(quick) {
layouts \
qtquick2 \
window \
testlib \
tableview
qtConfig(testlib): \
SUBDIRS += testlib
qtConfig(systemsemaphore): SUBDIRS += sharedimage
qtConfig(quick-particles): \
SUBDIRS += particles

View File

@ -8,8 +8,10 @@ SUBDIRS += \
qtConfig(qml-animation) {
SUBDIRS += \
quick \
qmltest
quick
qtConfig(testlib): \
SUBDIRS += qmltest
qtConfig(quick-particles): \
SUBDIRS += particles