File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
contains (QT_MAJOR_VERSION, 4 ) {
3
3
4
4
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" )
6
6
7
7
contains (QT_MINOR_VERSION, 7 ) {
8
8
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" )
10
10
}
11
11
}
12
12
13
13
14
14
contains (QT_MAJOR_VERSION, 5 ) {
15
15
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" )
18
18
19
- contains (QT_MINOR_VERSION, 5 ) {
19
+ contains (QT_MINOR_VERSION, 9 ) {
20
20
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" )
22
22
}
23
23
}
24
24
You can’t perform that action at this time.
0 commit comments