summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index dfbd589f..038c5f6b 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -87,15 +87,12 @@ Readonly my @PROPERTIES => (
Readonly my %SUBMODULE_TRACKING_REF => (
qlalr => 'refs/heads/master',
qt3d => 'refs/heads/master',
- qtconnectivity => 'refs/heads/master',
qtdocgallery => 'refs/heads/master',
qtfeedback => 'refs/heads/master',
qtjsondb => 'refs/heads/master',
- qtlocation => 'refs/heads/master',
qtpim => 'refs/heads/master',
qtqa => 'refs/heads/master',
qtrepotools => 'refs/heads/master',
- qtsystems => 'refs/heads/master',
);
# Author and committer to be used for commits by this script.