summaryrefslogtreecommitdiffstats
path: root/Source/QtIFW/installscript.qs.in
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2014-12-07 18:25:28 (GMT)
committerKonstantin Podsvirov <konstantin@podsvirov.pro>2015-07-07 05:11:09 (GMT)
commit938bbc4352cf34532dc1f52998ec7d23532df765 (patch)
tree4a3c726707f16d8fd6b8ec885ab1847bbc277b65 /Source/QtIFW/installscript.qs.in
parentfd23fc57115d21ad08da6b131ec9abe141e583e5 (diff)
downloadCMake-938bbc4352cf34532dc1f52998ec7d23532df765.zip
CMake-938bbc4352cf34532dc1f52998ec7d23532df765.tar.gz
CMake-938bbc4352cf34532dc1f52998ec7d23532df765.tar.bz2
CMake: Install COMPONENTs
Added components: - cmake - ctest - cpack - cmake-gui - ccmake - data - sphinx-html - sphinx-singlehtml - sphinx-qthelp Other now Unspecified.
Diffstat (limited to 'Source/QtIFW/installscript.qs.in')
-rw-r--r--Source/QtIFW/installscript.qs.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/Source/QtIFW/installscript.qs.in b/Source/QtIFW/installscript.qs.in
deleted file mode 100644
index 570dba1..0000000
--- a/Source/QtIFW/installscript.qs.in
+++ /dev/null
@@ -1,24 +0,0 @@
-function Component()
-{
- // default constructor
-}
-
-Component.prototype.createOperations = function()
-{
- // call default implementation to actually install applications!
- component.createOperations();
-
- // Create shortcut
- if (installer.value("os") === "win") {
-
-@_CPACK_IFW_SHORTCUT_OPTIONAL@
-
- component.addOperation("CreateShortcut",
- installer.value("TargetDir") + "/cmake.org.html",
- installer.value("StartMenuDir") + "/CMake Web Site.lnk");
-
- component.addOperation("CreateShortcut",
- installer.value("TargetDir") + "/cmake-maintenance.exe",
- installer.value("StartMenuDir") + "/CMake Maintenance Tool.lnk");
- }
-}