CPackIFW: Add support for missing QtIFW patch and minor releases

Fixes: #24035
This commit is contained in:
Erlend E. Aasland
2022-10-08 11:01:25 +02:00
parent 86e7704d0e
commit de6764126a

View File

@@ -439,37 +439,55 @@ set(_CPACK_IFW_PREFIXES
"QtIFW-")
set(_CPACK_IFW_VERSIONS
"4.4.2"
"4.4.1"
"4.4.0"
"4.4"
"4.3.0"
"4.3"
"4.2.0"
"4.2"
"4.1.1"
"4.1.0"
"4.1"
"4.0.1"
"4.0.0"
"4.0"
"3.2"
"3.2.3"
"3.2.2"
"3.2.1"
"3.2.0"
"3.1"
"3.2"
"3.1.1"
"3.1.0"
"3.0"
"3.1"
"3.0.6"
"3.0.4"
"3.0.3"
"3.0.2"
"3.0.1"
"3.0.0"
"2.3"
"3.0"
"2.3.0"
"2.2"
"2.3"
"2.2.0"
"2.1"
"2.2"
"2.1.0"
"2.0"
"2.1"
"2.0.5"
"2.0.3"
"2.0.2"
"2.0.1"
"2.0.0"
"1.6"
"2.0"
"1.6.0"
"1.5"
"1.6"
"1.5.0"
"1.4"
"1.5"
"1.4.0"
"1.3"
"1.3.0")
"1.4"
"1.3.0"
"1.3")
set(_CPACK_IFW_SUFFIXES "bin")
foreach(_CPACK_IFW_PREFIX ${_CPACK_IFW_PREFIXES})