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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to