aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-10-30 13:38:53 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-10-30 12:42:51 +0000
commit3a614b1c2e78de04b32a957414f5a8d4dd0e07b1 (patch)
treebd4f7de1c2bd9a3e1c11f2a1df1a3c84d0b94c4b
parent9412b7cedb48cec339ba39fc56dccf5ed78f3d8e (diff)
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>
-rw-r--r--src/imports/imports.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index ca613dac66..cf49deb03c 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -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