[Interest] QtMac on iOS

Thiago Macieira thiago.macieira at intel.com
Sat Dec 20 01:53:51 CET 2014


On Friday 19 December 2014 22:43:12 Harri Pasanen wrote:
> https://qt-project.org/doc/qt-5-snapshot/qtmac.html
> 
> says that macextras would be usable also on iOS.
> 
> With 5.4 I'm getting
> 
> Unknown module(s) in QT: macextras
> 
> What am I missing?

Building the module. Apparently it it was missing.

qtmacextras/src/src.pro only enables the subdir if the qmake condition "mac" 
is active. That condition is enabled by mkspecs/features/mac.conf, which the 
macx-ios-* mkspecs do include.

So something went wrong in the packaging.

Can someone confirm that qtmacextras does build for the iOS target normally?
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list