diff options
| author | Aditya Mehra <Aix.m@outlook.com> | 2017-08-06 11:44:02 (GMT) |
|---|---|---|
| committer | Aditya Mehra <Aix.m@outlook.com> | 2017-08-06 11:44:02 (GMT) |
| commit | 9361c721e928442d726a0a3f2d8e09f80ff47e82 (patch) | |
| tree | 73d7a76fa89c0059694b34c2bb420da454abefb4 | |
| parent | e2885b5650592f1099e1f3f1e72881b4ee7689bd (diff) | |
Fix QtQuick Template Version in SwitchButton
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | plasmoid/contents/ui/SwitchButton.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb91c6c..c8c7921 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Set minimum CMake version (required for CMake 3.0 or later) cmake_minimum_required(VERSION 2.8.12) -set(QT_MIN_VERSION "5.4.0") +set(QT_MIN_VERSION "5.7.0") set(KF5_MIN_VERSION "5.0.0") # Use Extra CMake Modules (ECM) for common functionality. diff --git a/plasmoid/contents/ui/SwitchButton.qml b/plasmoid/contents/ui/SwitchButton.qml index 67f4a94..f160a71 100644 --- a/plasmoid/contents/ui/SwitchButton.qml +++ b/plasmoid/contents/ui/SwitchButton.qml @@ -1,5 +1,5 @@ import QtQuick 2.7 -import QtQuick.Templates 2.1 as T +import QtQuick.Templates 2.0 as T import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 2.0 as PlasmaComponents import org.kde.plasma.extras 2.0 as PlasmaExtras |
