summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client-common/client.pro
Commit message (Collapse)AuthorAgeFilesLines
* Simplify custom-extension examplePaul Olav Tvete2016-09-081-0/+26
Don't confuse people by creating the extension inside a platform plugin. It's only necessary when modifying Qt's default behaviour, and we're not going to teach that in this example. Also remove the load/unload extension logic from the qml example. Don't make people believe that they have to use a loader. Change-Id: Id263bb7d77fba176bfb8b6843a6ece9a0a203754 Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>