mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
CPackIFW: Added new QtIFW versions for search
This commit is contained in:
@@ -3,3 +3,5 @@ cpackifw-search-algorithm
|
||||
|
||||
* The :module:`CPackIFW` module learned the new hint :variable:`CPACK_IFW_ROOT`
|
||||
variable for finding the QtIFW tool suite installed in a non-standard place.
|
||||
* The :module:`CPackIFW` module tries to find and use QtIFW tools of the `3.0`
|
||||
and `3.1` versions.
|
||||
|
||||
@@ -633,6 +633,10 @@ set(_CPACK_IFW_PREFIXES
|
||||
"QtIFW-")
|
||||
|
||||
set(_CPACK_IFW_VERSIONS
|
||||
"3.1"
|
||||
"3.1.0"
|
||||
"3.0"
|
||||
"3.0.0"
|
||||
"2.3"
|
||||
"2.3.0"
|
||||
"2.2"
|
||||
@@ -640,6 +644,7 @@ set(_CPACK_IFW_VERSIONS
|
||||
"2.1"
|
||||
"2.1.0"
|
||||
"2.0"
|
||||
"2.0.5"
|
||||
"2.0.3"
|
||||
"2.0.2"
|
||||
"2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user