aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* 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>