qtlite: Fix build with -no-feature-testlib
Change-Id: I45ffc2f5ef6147b0c2997fca3961bf3aec21bbfc Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
parent
28bb56634b
commit
7c3dad14d3
|
@ -18,9 +18,11 @@ qtHaveModule(quick) {
|
|||
layouts \
|
||||
qtquick2 \
|
||||
window \
|
||||
testlib \
|
||||
tableview
|
||||
|
||||
qtConfig(testlib): \
|
||||
SUBDIRS += testlib
|
||||
|
||||
qtConfig(systemsemaphore): SUBDIRS += sharedimage
|
||||
qtConfig(quick-particles): \
|
||||
SUBDIRS += particles
|
||||
|
|
|
@ -8,8 +8,10 @@ SUBDIRS += \
|
|||
|
||||
qtConfig(qml-animation) {
|
||||
SUBDIRS += \
|
||||
quick \
|
||||
qmltest
|
||||
quick
|
||||
|
||||
qtConfig(testlib): \
|
||||
SUBDIRS += qmltest
|
||||
|
||||
qtConfig(quick-particles): \
|
||||
SUBDIRS += particles
|
||||
|
|
Loading…
Reference in New Issue