summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-03-29 11:59:15 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2023-07-26 14:52:23 +0000
commit9dcb42318053e02657fc4ddcceb0a9e67da66548 (patch)
tree643c0bf6d7f6a5fe7c28c563644c6888f706541c
parentc3f6d44c7d76186907e31d21c9bc9e43ac2e6050 (diff)
Remove deprecated sync.profile
Task-number: QTBUG-112418 Change-Id: I2be4fc730168b9cd37cb4d88dbb1615296bc25e9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--sync.profile16
1 files changed, 0 insertions, 16 deletions
diff --git a/sync.profile b/sync.profile
deleted file mode 100644
index 5a56ccc6..00000000
--- a/sync.profile
+++ /dev/null
@@ -1,16 +0,0 @@
-%modules = ( # path to module name map
- "QtDataVisualization" => "$basedir/src/datavisualization",
- "QtDataVisualizationQml" => "$basedir/src/datavisualizationqml",
-);
-%moduleheaders = ( # restrict the module headers to those found in relative path
-);
-# 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" => "",
- "qtdeclarative" => "",
-);