aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 1.4 into master.Christian Kandeler2015-07-311-1/+1
|\ | | | | | | Change-Id: I2ff37ef7c00063f738f7691071c4b638dd2dc7c8
| * Don't advertise using relative paths in export items.Christian Kandeler2015-07-281-1/+1
| | | | | | | | | | | | | | | | While we do support this for compatibility reasons, let's not encourage it. Change-Id: I4856b021b2e309e35974af68fe4dc10954d3d451 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* | Merge branch 1.4 into master.Christian Kandeler2015-07-241-1/+1
|\| | | | | | | Change-Id: I79f2638a024a807151a12d1f0b701d6533a3311f
| * Define QT_NO_PROCESS_COMBINED_ARGUMENT_START.Jake Petroules2015-07-221-1/+1
| | | | | | | | | | | | | | | | This will be present in Qt 5.6, and prevents use of dangerous overloads of QProcess::start. Change-Id: Ibd58091bcae1f326ab62ad14deef7a99138cdc6b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
| * Version bump to 1.4.2.Christian Kandeler2015-07-151-1/+1
| | | | | | | | | | Change-Id: I865b23f2fa70131a89817d0476bcb43fa18fb726 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
| * Version bump to 1.4.1.Christian Kandeler2015-04-241-1/+1
| | | | | | | | | | Change-Id: I3ade2895beb5a0dab87c91c82131c460feb8b817 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* | Bump version to 1.5.0.Christian Kandeler2015-04-241-1/+1
|/ | | | | Change-Id: I6a0b087d4fd16054e64b7355abff5c11848c3eab Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-0/+1
| | | | | | | | | | Reason 1: Internationalization. Reason 2: Performance issues due to inadvertant QString instantiations in hot code paths. Task-number: QBS-780 Change-Id: I37c740dd828e11c5b0000a0dd472a519d032d71c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Refactor bundle (CFBundle) support across all of Qbs.Jake Petroules2015-01-132-0/+3
| | | | | | | | | | | | | | | This is the foundation for better bundle support, including static frameworks, loadable modules ("bundles" i.e. plugins), and custom bundle types. This also simplifies the difference between bundle and non-bundle product types from a Qbs user's perspective, and allows more fine-grained control over the construction of and use of bundles. This patch also implicitly adds support for static frameworks. Task-number: QBS-643 Task-number: QBS-642 Change-Id: I65d8d7040603a6ea0ff2c11360234eba6802ad35 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Enable C++11.Christian Kandeler2014-12-183-0/+3
| | | | | Change-Id: I8b0513e59c259d0535c6d0299ed64f531ae977c6 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Add AutotestRunner for qbs project.Christian Kandeler2014-12-181-1/+1
| | | | | Change-Id: I604503fe0fe2d422fa6beeb788482f47a6a1b947 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* qbs build: Set minimum Qt version.Christian Kandeler2014-10-311-0/+3
| | | | | Change-Id: I4cd893b63d58b22001a1728a9adca78db005f8c7 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* qbs build: Introduce convenience item QbsProduct.Christian Kandeler2014-10-305-0/+97
As base product for QbsApp, QbsLibrary etc. Has little functionality at the moment, but will get more soon. Change-Id: I29ac78db2ff1ba109dd09a55e7593b2beeaba741 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>