imports: fix wavefrontmesh inclusion

Breaks Boot2Qt yocto build with following error:

  Project ERROR: Unknown module(s) in QT: quick-private
  | Makefile:153: recipe for target 'sub-wavefrontmesh-make_first' failed
  | make[2]: *** [sub-wavefrontmesh-make_first] Error 3

Change-Id: I6610a25a52b87949c7cfdfef9e39f9225c79e1dc
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
Mikko Gronoff 2018-10-30 13:38:53 +02:00 committed by Jani Heikkinen
parent 9412b7cedb
commit 3a614b1c2e
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,7 @@ SUBDIRS += \
builtins \
qtqml \
models \
labsmodels \
wavefrontmesh
labsmodels
qtConfig(thread): SUBDIRS += folderlistmodel
qtHaveModule(sql): SUBDIRS += localstorage
@ -18,7 +17,8 @@ qtHaveModule(quick) {
SUBDIRS += \
layouts \
qtquick2 \
window
window \
wavefrontmesh
qtHaveModule(testlib): SUBDIRS += testlib
qtConfig(systemsemaphore): SUBDIRS += sharedimage