mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
CPackIFW: Add support for missing QtIFW patch and minor releases
Fixes: #24035
This commit is contained in:
+30
-12
@@ -439,37 +439,55 @@ set(_CPACK_IFW_PREFIXES
|
|||||||
"QtIFW-")
|
"QtIFW-")
|
||||||
|
|
||||||
set(_CPACK_IFW_VERSIONS
|
set(_CPACK_IFW_VERSIONS
|
||||||
|
"4.4.2"
|
||||||
|
"4.4.1"
|
||||||
|
"4.4.0"
|
||||||
"4.4"
|
"4.4"
|
||||||
|
"4.3.0"
|
||||||
"4.3"
|
"4.3"
|
||||||
|
"4.2.0"
|
||||||
"4.2"
|
"4.2"
|
||||||
|
"4.1.1"
|
||||||
|
"4.1.0"
|
||||||
"4.1"
|
"4.1"
|
||||||
|
"4.0.1"
|
||||||
|
"4.0.0"
|
||||||
"4.0"
|
"4.0"
|
||||||
"3.2"
|
"3.2.3"
|
||||||
|
"3.2.2"
|
||||||
|
"3.2.1"
|
||||||
"3.2.0"
|
"3.2.0"
|
||||||
"3.1"
|
"3.2"
|
||||||
|
"3.1.1"
|
||||||
"3.1.0"
|
"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"
|
"3.0.0"
|
||||||
"2.3"
|
"3.0"
|
||||||
"2.3.0"
|
"2.3.0"
|
||||||
"2.2"
|
"2.3"
|
||||||
"2.2.0"
|
"2.2.0"
|
||||||
"2.1"
|
"2.2"
|
||||||
"2.1.0"
|
"2.1.0"
|
||||||
"2.0"
|
"2.1"
|
||||||
"2.0.5"
|
"2.0.5"
|
||||||
"2.0.3"
|
"2.0.3"
|
||||||
"2.0.2"
|
"2.0.2"
|
||||||
"2.0.1"
|
"2.0.1"
|
||||||
"2.0.0"
|
"2.0.0"
|
||||||
"1.6"
|
"2.0"
|
||||||
"1.6.0"
|
"1.6.0"
|
||||||
"1.5"
|
"1.6"
|
||||||
"1.5.0"
|
"1.5.0"
|
||||||
"1.4"
|
"1.5"
|
||||||
"1.4.0"
|
"1.4.0"
|
||||||
"1.3"
|
"1.4"
|
||||||
"1.3.0")
|
"1.3.0"
|
||||||
|
"1.3")
|
||||||
|
|
||||||
set(_CPACK_IFW_SUFFIXES "bin")
|
set(_CPACK_IFW_SUFFIXES "bin")
|
||||||
foreach(_CPACK_IFW_PREFIX ${_CPACK_IFW_PREFIXES})
|
foreach(_CPACK_IFW_PREFIX ${_CPACK_IFW_PREFIXES})
|
||||||
|
|||||||
Reference in New Issue
Block a user