diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-08-04 10:02:39 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-08-16 16:02:35 (GMT) |
commit | ea51b71a4f76597ada400d8bdea75cc9548530a3 (patch) | |
tree | b3bb2fe3d8d3ef16eeffe5c1228c79683c562c9b /Source/QtIFW | |
parent | c18dc6fbe5b68312be52353aa0a493106584ffe7 (diff) | |
download | CMake-ea51b71a4f76597ada400d8bdea75cc9548530a3.zip CMake-ea51b71a4f76597ada400d8bdea75cc9548530a3.tar.gz CMake-ea51b71a4f76597ada400d8bdea75cc9548530a3.tar.bz2 |
QtIFW: Developer Reference installation
Diffstat (limited to 'Source/QtIFW')
-rw-r--r-- | Source/QtIFW/CMake.DeveloperReference.HTML.qs.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Source/QtIFW/CMake.DeveloperReference.HTML.qs.in b/Source/QtIFW/CMake.DeveloperReference.HTML.qs.in new file mode 100644 index 0000000..e3d8554 --- /dev/null +++ b/Source/QtIFW/CMake.DeveloperReference.HTML.qs.in @@ -0,0 +1,21 @@ +// Component: CMake.Reference.DoxygenHTML + +function Component() +{ + // Default constructor +} + +Component.prototype.createOperations = function() +{ + // Create shortcut + if (installer.value("os") === "win") { + + component.addOperation("CreateShortcut", + installer.value("TargetDir") + "/@CMAKE_DOC_DIR@/developer-reference/html/index.html", + installer.value("StartMenuDir") + "/CMake Developer Reference.lnk"); + + } + + // Call default implementation + component.createOperations(); +} |