aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Organize the 'dist' release package into a new file structureJake Petroules2017-07-182-177/+1
| | | | | | | | This prepares for adding products for additional release packages. Change-Id: I38d8745764ee6044589ff6298b739dde17d573c1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* dist product: Adapt to doc product name changeChristian Kandeler2017-07-101-1/+1
| | | | | | | Was forgotten in 709bcc3efc. Change-Id: I14103396476b7222020baab6af21e7a737b49979 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Introduce the qbsversion module for building QbsJake Petroules2017-06-021-2/+2
| | | | | | | | | | Use that instead of QbsFunctions.qbsVersion() and read it in qbs_version.pri; this has the advantage that simple text processing tools can retrieve the project version without having to parse JavaScript. It's also set from only one place now. Change-Id: Icfd2a6bf12b794b55c9ba31934a96b4483224eae Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* dist package: Add process launcher dependencyChristian Kandeler2017-05-261-0/+1
| | | | | Change-Id: Icf98b84c1c8cb811da6a5adc7b8c1b29cd9a039c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Distribution package: Allow to have a single top-level directoryChristian Kandeler2016-09-021-2/+7
| | | | | | | So extracting the archive will not pollute the working directory. Change-Id: I44ef120f5898630133c1242681ec07ded2ee4560 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Fix Qt .zip distribution building with Qt < 5.6.Jake Petroules2016-06-171-2/+7
| | | | | Change-Id: I0b4a248d85f70d6f16cd6bc8443560b938d4e354 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Generate a proper install tree for the dist target.Jake Petroules2016-06-161-3/+36
| | | | | | | | Now adds Incredibuild files and Windows import libraries, and removes some unnecessary files which bloat the distribution. Change-Id: I5ec15b0bc5ae29fa1f6a5ecca314fc083756eb17 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Work around QtScript bug.Christian Kandeler2016-04-141-2/+4
| | | | | | | | That library has problems applying higher-order functions with MSVC/64 bit. Change-Id: Ib84d4ed3abd13371385079e1f990df6fad92f4ae Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Let Qbs build its own Windows ZIP distribution.Jake Petroules2015-09-021-0/+131
Change-Id: Id633922727fd715750547f4c27cac6f604abe28a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>