18.06.2016, 21:24, "René J.V. Bertin" <[email protected]>: > Hi, > > I've ran into a question about building universal binaries on OS X. I know > that Qt5 itself cannot be built the straightforward way but requires > post-build "lipo'ing". But what about "client" applications? Some quick > testing with tweaking of the generated Makefiles shows that simple ones build > just fine (right up to the point where the linker discovers I don't have > universal Qt5 frameworks installed :)). > > Does anyone know?
As a last resort, you can build two versions of application separately, and then use lipo. -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
