aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-11-25 22:11:54 -0800
committerJake Petroules <jake.petroules@qt.io>2017-11-30 15:34:53 +0000
commit7f6ec1cc271aa4b9cd3d6d53dbcadd0da1b39d23 (patch)
tree3b5ae087571a33e75059f5ec64f79f0d4cef7a96 /changelogs
parent08ce978733b33c1b1a64e5e1e62dea22cde6148c (diff)
Installer modules: add a "helper" file tag to pull in dependent inputs
Use case: building an Inno Setup, NSIS, or WiX project often depends on artifacts created by other products (executables, shared libraries, etc.). This allows the rules which create these installer files to depend on relevant installable artifacts. [ChangeLog] The Inno Setup, NSIS, and WiX modules' rules now have a dependency on installable artifacts of dependencies by default, via the default item templates InnoSetup, NSISSetup, and WindowsInstallerPackage. This can be explicitly controlled via the dependsOnInstallables boolean property of those item templates. Change-Id: Ia12f7d9965091c06ab83ba86836ec989c899f765 Reviewed-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.10.0.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-1.10.0.md b/changelogs/changes-1.10.0.md
index ce4bf5007..a125431fc 100644
--- a/changelogs/changes-1.10.0.md
+++ b/changelogs/changes-1.10.0.md
@@ -3,6 +3,7 @@
Git and Subversion are supported initially.
* Added initial support for the Universal Windows Platform.
* Improved a lot of error messages.
+* Building Inno Setup, NSIS, or WiX installers now depends on installable artifacts by default.
# Language
* Profiles can now be defined within a project using the `Profile` item.