aboutsummaryrefslogtreecommitdiffstats
path: root/submodules.pri
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake build files7.0Eike Ziller2022-01-261-62/+0
| | | | | Change-Id: I09da5991f183e737da84ed3bc659970969ce1a89 Reviewed-by: hjk <hjk@qt.io>
* Add Fossil SCM pluginEike Ziller2017-02-161-0/+62
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>