Skip to content
Snippets Groups Projects
Commit b4b1f8b6 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Lowered layouts version for compatibility

parent 57bbaf08
No related branches found
No related tags found
No related merge requests found
Pipeline #1131 passed with stage
in 21 minutes and 49 seconds
...@@ -13,7 +13,7 @@ TARGET = $$BRAND ...@@ -13,7 +13,7 @@ TARGET = $$BRAND
VER_MAJ = 1 VER_MAJ = 1
VER_MIN = 6 VER_MIN = 6
VER_PAT = 3 VER_PAT = 4
win32 { win32 {
......
...@@ -2,7 +2,7 @@ import QtQuick 2.4 ...@@ -2,7 +2,7 @@ import QtQuick 2.4
import QtQuick.Controls 2.5 import QtQuick.Controls 2.5
import QtQuick.Controls.Styles 1.4 import QtQuick.Controls.Styles 1.4
import QtGraphicalEffects 1.0 import QtGraphicalEffects 1.0
import QtQuick.Layouts 1.13 import QtQuick.Layouts 1.12
Item { Item {
width: 400 width: 400
......
...@@ -14,7 +14,7 @@ TARGET = $${BRAND}Service ...@@ -14,7 +14,7 @@ TARGET = $${BRAND}Service
VER_MAJ = 1 VER_MAJ = 1
VER_MIN = 6 VER_MIN = 6
VER_PAT = 3 VER_PAT = 4
ICON = icon.ico ICON = icon.ico
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment