From 2787fdb8737e6b996fa14c57cee75e0fa3ffb1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 3 Mar 2016 16:26:55 +0100 Subject: [PATCH] [autotest] Fix build on build.kde.org (Try 3) Qt::Orientation seems not to be a declared metatype with Qt 5.4. --- autotests/wayland/lockscreen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/wayland/lockscreen.cpp b/autotests/wayland/lockscreen.cpp index c3be06f677..243aa13e10 100644 --- a/autotests/wayland/lockscreen.cpp +++ b/autotests/wayland/lockscreen.cpp @@ -46,6 +46,8 @@ along with this program. If not, see . #include +Q_DECLARE_METATYPE(Qt::Orientation) + namespace KWin {