From b4b1f8b6a4a24750b961ef1f44c74a6f56dd6920 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Wed, 30 Oct 2019 15:54:34 +0700 Subject: [PATCH] [*] Lowered layouts version for compatibility --- CellFrameDashboardGUI/CellFrameDashboardGUI.pro | 2 +- CellFrameDashboardGUI/DapUiQmlScreenVpnForm.ui.qml | 2 +- CellFrameDashboardService/CellFrameDashboardService.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro index 1c1a4fd9c..57130aba9 100755 --- a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro +++ b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro @@ -13,7 +13,7 @@ TARGET = $$BRAND VER_MAJ = 1 VER_MIN = 6 -VER_PAT = 3 +VER_PAT = 4 win32 { diff --git a/CellFrameDashboardGUI/DapUiQmlScreenVpnForm.ui.qml b/CellFrameDashboardGUI/DapUiQmlScreenVpnForm.ui.qml index 0d46084bd..930a444d4 100644 --- a/CellFrameDashboardGUI/DapUiQmlScreenVpnForm.ui.qml +++ b/CellFrameDashboardGUI/DapUiQmlScreenVpnForm.ui.qml @@ -2,7 +2,7 @@ import QtQuick 2.4 import QtQuick.Controls 2.5 import QtQuick.Controls.Styles 1.4 import QtGraphicalEffects 1.0 -import QtQuick.Layouts 1.13 +import QtQuick.Layouts 1.12 Item { width: 400 diff --git a/CellFrameDashboardService/CellFrameDashboardService.pro b/CellFrameDashboardService/CellFrameDashboardService.pro index ead43f269..e94ef6265 100755 --- a/CellFrameDashboardService/CellFrameDashboardService.pro +++ b/CellFrameDashboardService/CellFrameDashboardService.pro @@ -14,7 +14,7 @@ TARGET = $${BRAND}Service VER_MAJ = 1 VER_MIN = 6 -VER_PAT = 3 +VER_PAT = 4 ICON = icon.ico -- GitLab