On quarta-feira, 28 de junho de 2017 03:09:41 PDT René J.V. Bertin wrote: > Maybe, we'll see, I can always go back to the wrapping qmake from the cmake > file. I was surprised to see the result works, but it does. You can build > style plugins with cmake, so why not QPA plugins (in principle)?
The style plugin API is public, so you can write plugins outside of Qt. The QPA plugin API is private and does not retain binary compatibility. Any and all plugins must be shipped with Qt, no exceptions. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
