[Interest] Missing modules when building Qt-5.8 with -sdk iphonesimulator

Thiago Macieira thiago.macieira at intel.com
Thu Feb 23 18:06:10 CET 2017


On quinta-feira, 23 de fevereiro de 2017 08:48:26 PST Patrick Stinson wrote:
> I am building qt with the following options, and it is not building
> QtBluetooth. Is this intentional? My configure line:
> 
> ./configure -static -debug -xplatform macx-ios-clang -sdk iphonesimulator
> -nomake examples -nomake tests -developer-build -opensource
> -confirm-license
> 
> Maybe the problem is -xplatform macx-ios-clang?

No. QtBluetooth is unconditionally built.

Your problem is elsewhere, not in the command-line above that you pasted.

Note: you're using -developer-build. That means either:
 a) you shouldn't be; or
 b) you're a Qt developer and you should be able to debug this issue and fix it

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list