summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-25 14:10:42 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-25 15:39:33 +0000
commit7c12bc5b2ca7334b0d672f31aca6aa1d48d344ee (patch)
tree99897507e8331f3312529af64bc262bd1ed22405 /examples
parent0b2fc2ee5d908de8316fef54c9f459a892545a8b (diff)
load(qt_plugin) at the end
amends 5b3f207ed after the merge to 5.7. Change-Id: Iabf29cbf0e24b3b02f19f5fb0cd5feb624169428 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/custom-extension/client/client.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/wayland/custom-extension/client/client.pro b/examples/wayland/custom-extension/client/client.pro
index c2e9a77d7..ed9e3239c 100644
--- a/examples/wayland/custom-extension/client/client.pro
+++ b/examples/wayland/custom-extension/client/client.pro
@@ -1,6 +1,3 @@
-PLUGIN_TYPE = platforms
-load(qt_plugin)
-
CONFIG += wayland-scanner
CONFIG += link_pkgconfig
@@ -22,3 +19,5 @@ SOURCES += main.cpp \
HEADERS += customextension.h
+PLUGIN_TYPE = platforms
+load(qt_plugin)