diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2017-04-06 21:34:32 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2017-04-15 03:52:13 (GMT) |
commit | d97978b887c087e5c727de514476e6d9b924d61a (patch) | |
tree | 1882289407121e44f311b371e2e3de449fff0ebe /Help | |
parent | 286e4f1087fab8adc43a4da361e95dbababaead0 (diff) | |
download | CMake-d97978b887c087e5c727de514476e6d9b924d61a.zip CMake-d97978b887c087e5c727de514476e6d9b924d61a.tar.gz CMake-d97978b887c087e5c727de514476e6d9b924d61a.tar.bz2 |
CPackIFW: Improved QtIFW search algorithm
Improvements:
- Added new hint CPACK_IFW_ROOT variable;
- Extend documentation.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpackifw-search-algorithm.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cpackifw-search-algorithm.rst b/Help/release/dev/cpackifw-search-algorithm.rst new file mode 100644 index 0000000..c8ecfc6 --- /dev/null +++ b/Help/release/dev/cpackifw-search-algorithm.rst @@ -0,0 +1,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. |