From 2c1606d13eb04ab9058cfaed2296628fe1ce4ebd Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 25 May 2016 15:58:00 +0200 Subject: fix example install Change-Id: I3d7b995ecbe2e06d9c87aea743d59ee551e1fae4 Reviewed-by: Paul Olav Tvete Reviewed-by: Johan Helsing --- examples/wayland/custom-extension/client/client.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/wayland/custom-extension/client/client.pro b/examples/wayland/custom-extension/client/client.pro index ed9e3239..9ba72bc9 100644 --- a/examples/wayland/custom-extension/client/client.pro +++ b/examples/wayland/custom-extension/client/client.pro @@ -21,3 +21,6 @@ HEADERS += customextension.h PLUGIN_TYPE = platforms load(qt_plugin) + +# Installation into a "proper" Qt location is most unexpected for from an example. +CONFIG += install_ok -- cgit v1.2.1