cmake/Source/QtIFW/CMake.DeveloperReference.HTML.qs.in

22 lines
521 B
Plaintext
Raw Normal View History

2016-10-30 18:24:19 +01:00
// Component: CMake.Reference.DoxygenHTML
function Component()
{
// Default constructor
}
Component.prototype.createOperations = function()
{
// Create shortcut
if (installer.value("os") === "win") {
component.addOperation("CreateShortcut",
2017-04-14 19:02:05 +02:00
"@TargetDir@/%CMAKE_DOC_DIR%/developer-reference/html/index.html",
"@StartMenuDir@/CMake Developer Reference.lnk");
2016-10-30 18:24:19 +01:00
}
// Call default implementation
component.createOperations();
}