Boot2qt - how to exclude Qt packages / features
Unsolved
Mobile and Embedded
-
building a custom boot2qt and qtdecalarative takes ages to compile and completely useless for my project. How to exclude it?
-
Just pass the submodules you need to the
-submodules
configure argument. Which configure arguments are you using? -
firstly thanks Axel for noticing. I'm very new to boot2qt & yocto and laying at beginning of the learning curve. I've followed not so complete documentation of Boot2Qt and created my own layer trying to set my own build. The truth is I don't know which variables nor arguments to use. I'm familiar with Windows desktop builds and so far i've tried the same approach passing a "-skip qtdecalarative" to EXTRA_QMAKEVARS_PRE variable, which is incorrect.
Any help welcome and highly appreciated.