summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2021-10-21 17:27:08 +0200
committerIvan Solovev <ivan.solovev@qt.io>2021-10-27 11:24:52 +0200
commit23f32792ad53e23bbafbff6d7667f0bb0f69fc53 (patch)
tree44b193a019432b664ed3e3967bd276849132d24b /sync.profile
parentd2871cc9d864306fa7a985d4d5d4353c9369f44a (diff)
downloadqtlocation-23f32792ad53e23bbafbff6d7667f0bb0f69fc53.tar.gz
Remove QtPositioning module from qtlocation.git
Turns out that our CI does not support repos without any tests. This is treated like an error and leads to integration failure. This patch fixes it by disabling tests in coin/module_config.yaml. This config should be fixed when QtLocation tests are enabled Pick-to: 6.2 Task-number: QTBUG-97084 Change-Id: Ib06e865fe2836806bbbee34345f06b471dd48660 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index dcdc7296..4950e933 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,7 +1,5 @@
%modules = ( # path to module name map
- "QtLocation" => "$basedir/src/location",
- "QtPositioning" => "$basedir/src/positioning",
- "QtPositioningQuick" => "$basedir/src/positioningquick",
+ "QtLocation" => "$basedir/src/location"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);