[autotest] Fix build on build.kde.org (Try 3)

Qt::Orientation seems not to be a declared metatype with Qt 5.4.
This commit is contained in:
Martin Gräßlin 2016-03-03 16:26:55 +01:00
parent db76d4279a
commit 2787fdb873

View file

@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <linux/input.h>
Q_DECLARE_METATYPE(Qt::Orientation)
namespace KWin
{