aboutsummaryrefslogtreecommitdiffstats
path: root/qtc-super.qbs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify Qbs setup4.6Eike Ziller2017-10-131-29/+24
| | | | | | | | We require Qbs 1.8 now, which enables us to do autodetection of the available plugins Change-Id: Ia2140965494b70e92aa27cdd7c73aa46646f8714 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Add Fossil SCM pluginEike Ziller2017-02-161-0/+50
| | | | | | | | | | | | | | | | | submodules.pri is derived from qt5/qt.pro, starting from "# Extract submodules", with a few differences: - removed setting QMAKE_INTERNAL_INCLUDED_FILES - renamed QT_BUILD_MODULES and QT_SKIP_MODULES to QTC_* and removed corresponding argument parsing - removed handling of module.$${mod}.qt - made it look for the module .pro file in the module.$${mod}.path - renamed the sub targets in the Makefile to sub-<module> Change-Id: I4e29027169ce7260b029eef33789814fa20ffc99 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Artur Shepilko <artur.shepilko@nomadbyte.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Initial setup with Qt Creator submoduleEike Ziller2017-02-141-0/+13
So far without any helper scripts for setting up submodules for work, but let's get started. Change-Id: I3ea949e21d8e6e52b6c30052351ce23f9028ab1e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>