summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-25 09:59:09 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-25 10:17:38 +0100
commit1c52a489c1eed52107cdde28890ca230424bd85b (patch)
tree58ddbb1d579e603b8737aeb4ec46131978ca780d /sync.profile
parent4a4b5383e8e2a33db2b95b5540da430df0835125 (diff)
parent6c248da9fc6715ed5bf26cb4105792e0b0964da0 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Conflicts: src/core/resources/qframeallocator.cpp src/plugins/sceneparsers/gltf/gltfparser.cpp src/render/frontend/qrenderaspect.cpp tests/auto/render/renderqueue/tst_renderqueue.cpp Change-Id: Icdc2be2c80e7de6135a09e2f370ee004e395f514
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sync.profile b/sync.profile
index 3c23a8b8d..ec14bbc37 100644
--- a/sync.profile
+++ b/sync.profile
@@ -14,16 +14,3 @@
# Force generation of camel case headers for classes inside Qt3D* namespaces
$publicclassregexp = "Qt3D.*::.+";
-
-# Module dependencies.
-# Every module that is required to build this module should have one entry.
-# Each of the module version specifiers can take one of the following values:
-# - A specific Git revision.
-# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
-#
-%dependencies = (
- "qtbase" => "",
- "qtxmlpatterns" => "",
- "qtdeclarative" => "",
- "qtimageformats" => "",
-);