summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@theqtcompany.com>2014-12-18 14:59:52 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-05-07 13:05:57 +0000
commitf0b20942b879adb1e42a741843db9871cc614582 (patch)
treea78e9c954de90d757092e9b363024f87efa182bb /examples
parent48c08cc958da2fb093d6b93871ae112c0395824d (diff)
Enable feature live preview of dependencies
This feature is available after setting InstallActionColumnVisible property to true inside config.xml Change-Id: I5071d5c5c4562100a96530c581de01760ca0d2d5 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/dependencies/config/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dependencies/config/config.xml b/examples/dependencies/config/config.xml
index 72a127f19..d7a0723dd 100644
--- a/examples/dependencies/config/config.xml
+++ b/examples/dependencies/config/config.xml
@@ -7,4 +7,5 @@
<StartMenuDir>Qt IFW Examples</StartMenuDir>
<TargetDir>@HomeDir@/IfwExamples/dependencies</TargetDir>
<CreateLocalRepository>true</CreateLocalRepository>
+ <InstallActionColumnVisible>true</InstallActionColumnVisible>
</Installer>