aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/language.qbs
Commit message (Collapse)AuthorAgeFilesLines
* Add QtScript git submoduleJoerg Bornemann2018-04-091-1/+5
| | | | | | | | | | | | | | | This adds QtScript as a git submodule to build the qbsscriptengine library. QtDeclarative support has been stripped out. We don't need that. Windows CE and Symbian platform support has been removed. JIT has been disabled, which improves resolve/rule execution by 8%. [ChangeLog] Bundled QtScript as a submodule. Task-number: QBS-913 Change-Id: Idfbaf06eb2cef3985e5eae955f231686499f7754 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Use Utilities.cStringQuote in qbs project filesChristian Kandeler2017-10-131-3/+3
| | | | | | | | This function has been available since 1.8. Change-Id: I0114bf8ec41f3be0c306be943d15599e09f69cc7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-221-1/+13
| | | | | | | Also export necessary symbols that they need. Change-Id: I3023893a3da82cf0d86b0d08df38943db867cf3a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Move language testdata to a more sensible locationJake Petroules2016-12-221-0/+7
| | | | | | | | | All over testdata directories are located within the tests/ hierarchy, so be consistent. Also, this simplies the exlusions list when collecting files to build for bootstrapping. Change-Id: Iab6aca8053454f8254779a3337356cf3a1cdbbec Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* qbs build: Move build config properties into a dedicated module.Christian Kandeler2016-06-071-0/+1
| | | | | | | | | | Qt Creator will do the same in order to be able to build plugins that are not part of the main source tree. This means the qbs build and install settings can no longer be controlled by properties in a higher- level project file, but need to come from a module. Change-Id: I20c0a4538395c8ee838b33f35be84ee59f601f90 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* qbs build: Introduce convenience item QbsProduct.Christian Kandeler2014-10-301-2/+2
| | | | | | | | 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>
* qbs project files: Add support for auto tests.Christian Kandeler2013-03-181-0/+6
Change-Id: I02715cda889f9f271a4372b0dec70645674f8843 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>