From 023733af5523a5ad84359926224fa106001215f4 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 19 May 2016 13:55:21 +0200 Subject: Fix build with Qt 5.7 QtVirtualKeyboard changed the module name in Qt 5.7. Unfortunately this means we're now incompatible with 5.6 ... Task-number: QTBUG-53486 Change-Id: I5cb6129df8a445bd4f89cf8fb87a81ad7b7e98bc Reviewed-by: Joerg Bornemann --- src/qml/Keyboard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Keyboard.qml b/src/qml/Keyboard.qml index 7707fc5..9ea7f71 100644 --- a/src/qml/Keyboard.qml +++ b/src/qml/Keyboard.qml @@ -28,7 +28,7 @@ ****************************************************************************/ import QtQuick 2.5 -import QtQuick.Enterprise.VirtualKeyboard 2.0 +import QtQuick.VirtualKeyboard 2.0 InputPanel { id: inputPanel -- cgit v1.2.3