aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/tvos-gcc.qbs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-2/+0
| | | | | Change-Id: I5270e033dc41b5bd76a417099514c69cc073008b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Use Module.priority to choose the right cpp module instanceJoerg Bornemann2017-09-271-0/+1
| | | | | | | | | Replace the negating conditions in our cpp instances with module priorities. This removes the need of knowing about all other more specialized instances in more general instances. Change-Id: I511ba11f2cb69ea1458b786a2db4309de8910ebf Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Enable cross-compilation to Darwin targets from non-Darwin hostsAndrew Knight2016-06-171-2/+1
| | | | | | | | | | | Now that plist support is cross-platform, some assumptions about the hostOS being Darwin can be removed to allow for cross-compiling to Darwin targets. Assumes the user has mounted the partition containing their Xcode SDKs. Change-Id: I0b22964bebf9c2b968890ece249695aa7c676e09 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
| | | | | | Change-Id: I885d94bb14b325dc36767a840ebdb0be1fb59dd2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add skeleton tvOS support.Jake Petroules2015-09-111-0/+47
Change-Id: I234cec127b1644f1ef53fe5c287da7158152ac12 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>