From 36666d3fdb18fe7b1b453ec8e136f77304424d18 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 6 Apr 2017 17:11:39 +0200 Subject: Work with qt 5.7 again. The popup template results in crashes with qt 5.7, so we just import the control as workaround. --- framework/qml/Popup.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/qml/Popup.qml') diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml index 6a74fd12..084913e7 100644 --- a/framework/qml/Popup.qml +++ b/framework/qml/Popup.qml @@ -16,8 +16,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import QtQuick 2.8 -import QtQuick.Templates 2.1 as T +import QtQuick 2.7 +//FIXME This should really be QtQuick.Templates, but that is crashing with qt 5.7, so we'll have to wait for a bit. +import QtQuick.Controls 2.0 as T import org.kube.framework 1.0 T.Popup { -- cgit v1.2.3