summaryrefslogtreecommitdiffstats
path: root/Source/QtIFW/installscript.qs.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-07-14 13:24:00 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-07-14 13:24:00 (GMT)
commit2fe520d2b0b106ee65e54d037245228269adb43c (patch)
tree0c9c520f3dd72aad1b131f77b2cd9cab3f34befa /Source/QtIFW/installscript.qs.in
parent2364819d37a52c6dacad5d0091b1c755f9c2c84e (diff)
parent2aadb02f835313dd63a1f484f3c3c53c992932f1 (diff)
downloadCMake-2fe520d2b0b106ee65e54d037245228269adb43c.zip
CMake-2fe520d2b0b106ee65e54d037245228269adb43c.tar.gz
CMake-2fe520d2b0b106ee65e54d037245228269adb43c.tar.bz2
Merge topic 'cmake-ifw-package-updates'
2aadb02f QtIFW: Don't show component selection page if it don't need 53992808 QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS 8ae035a5 CMake: install COMPONENT cmcldeps
Diffstat (limited to 'Source/QtIFW/installscript.qs.in')
-rw-r--r--Source/QtIFW/installscript.qs.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/QtIFW/installscript.qs.in b/Source/QtIFW/installscript.qs.in
index 3411e34..39a8795 100644
--- a/Source/QtIFW/installscript.qs.in
+++ b/Source/QtIFW/installscript.qs.in
@@ -1,6 +1,7 @@
function Component()
{
- // default constructor
+ // Do not show component selection page
+ installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
}
Component.prototype.createOperations = function()