aboutsummaryrefslogtreecommitdiffstats
path: root/qtc-super.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-02-09 10:53:13 +0100
committerEike Ziller <eike.ziller@qt.io>2017-02-16 08:26:32 +0000
commit783e0014a86d4f0ba0496ed65f864a29b9815963 (patch)
treed58a92c954b575e9624a085ea3b208e8a1cee93d /qtc-super.pro
parent750bb2981cf3cec5c6ccdf0b37a4ea3bc306457c (diff)
Add Fossil SCM plugin
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>
Diffstat (limited to 'qtc-super.pro')
-rw-r--r--qtc-super.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtc-super.pro b/qtc-super.pro
index 84c5026..4fc45cb 100644
--- a/qtc-super.pro
+++ b/qtc-super.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
mkpath($$OUT_PWD/qtcreator) # so the qtcreator.pro is able to create a .qmake.cache there
-SUBDIRS = \
- qtcreator
-
DISTFILES += .qmake.conf
+
+QTC_SKIP_MODULES =
+include(submodules.pri)