summaryrefslogtreecommitdiff
path: root/Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in')
-rw-r--r--Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in b/Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in
index 5c929e86fd..54bc14ae98 100644
--- a/Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in
+++ b/Source/QtIFW/CMake.Documentation.SphinxHTML.qs.in
@@ -11,8 +11,8 @@ Component.prototype.createOperations = function()
if (installer.value("os") === "win") {
component.addOperation("CreateShortcut",
- installer.value("TargetDir") + "/@CMAKE_DOC_DIR@/html/index.html",
- installer.value("StartMenuDir") + "/CMake Documentation.lnk");
+ "@TargetDir@/%CMAKE_DOC_DIR%/html/index.html",
+ "@StartMenuDir@/CMake Documentation.lnk");
}