summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:50:44 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:47:59 +0000
commit5b3f207ed206d9cd0a5a28f59b9f76278662e7bc (patch)
tree2cda2e119d4783b1ab4a3bdae25ed938da808804 /src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
parent0a62a4623dbce0d3ebda99c6af1a4fd4f6f408e5 (diff)
consistently put {qt,qml}_{module,plugin} at the end of project files
this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: Ie9e89fa47696244e8ee478ed1a019765c835533e Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Diffstat (limited to 'src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro')
-rw-r--r--src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro b/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
index c1a23cd64..48e59770a 100644
--- a/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
+++ b/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
@@ -1,6 +1,3 @@
-PLUGIN_TYPE = wayland-graphics-integration-server
-load(qt_plugin)
-
QT = compositor compositor-private core-private gui-private platformsupport-private
OTHER_FILES += wayland-egl.json
@@ -9,3 +6,6 @@ SOURCES += \
main.cpp
include(../../../../hardwareintegration/compositor/wayland-egl/wayland-egl.pri)
+
+PLUGIN_TYPE = wayland-graphics-integration-server
+load(qt_plugin)