On Sun, Aug 22, 2010 at 6:39 AM, Volker Krause wrote: > Do not disable the mobile apps by default in a desktop build, same as we > don't disable the desktop apps in the mobile build by default. This > massively reduces the code that is only build in one configuration, > hopefully reducing the amount of build failures considerably as well. > And it allows us to work on the mobile apps without ending up with the > mobile layouts in all the config dialogs of the desktop apps. > > Of course, you can still disable the mobile apps (e.g. when building > desktop packages) by using the usual BUILD_mobile=OFF. Also, this does > not change anything if you are using Qt < 4.7 since the mobile apps > require QML and are still disabled if that's not found. Thanks for this :) Nice commit :) For sure it will avoid some build issues that we usually have with the mobile version! Cheers!