Skip to content

Commit f6515be

Browse files
author
Teuniz
committed
Update minimum Qt version requirements.
1 parent f2d44e1 commit f6515be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dsremote.pro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
contains(QT_MAJOR_VERSION, 4) {
33

44
LIST = 0 1 2 3 4 5 6
5-
for(a, LIST):contains(QT_MINOR_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.5.1")
5+
for(a, LIST):contains(QT_MINOR_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.9.1")
66

77
contains(QT_MINOR_VERSION, 7) {
88
LIST = 0
9-
for(a, LIST):contains(QT_PATCH_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.5.1")
9+
for(a, LIST):contains(QT_PATCH_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.9.1")
1010
}
1111
}
1212

1313

1414
contains(QT_MAJOR_VERSION, 5) {
1515

16-
LIST = 0 1 2 3 4
17-
for(a, LIST):contains(QT_MINOR_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.5.1")
16+
LIST = 0 1 2 3 4 5 6 7 8
17+
for(a, LIST):contains(QT_MINOR_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.9.1")
1818

19-
contains(QT_MINOR_VERSION, 5) {
19+
contains(QT_MINOR_VERSION, 9) {
2020
LIST = 0
21-
for(a, LIST):contains(QT_PATCH_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.5.1")
21+
for(a, LIST):contains(QT_PATCH_VERSION, $$a):error("This project needs Qt4 version >= 4.7.1 or Qt5 version >= 5.9.1")
2222
}
2323
}
2424

0 commit comments

Comments
 (0)