From 4e92039103b35e1f7a609198235e2cae6ea78789 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 5 Feb 2014 18:48:20 +0100 Subject: nuke qlalr submodule it was merged back into qtbase. Change-Id: Ia5e6252ac13b0f821807c825eea611d484c1dd7b Reviewed-by: Sergio Ahumada Reviewed-by: Frederik Gladhorn --- .gitmodules | 3 --- init-repository | 1 - qlalr | 1 - qt.pro | 1 - 4 files changed, 6 deletions(-) delete mode 160000 qlalr diff --git a/.gitmodules b/.gitmodules index f1b10395..0d6fb1aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,9 +28,6 @@ [submodule "qtdoc"] path = qtdoc url = ../qtdoc.git -[submodule "qlalr"] - path = qlalr - url = ../qlalr.git [submodule "qtrepotools"] path = qtrepotools url = ../qtrepotools.git diff --git a/init-repository b/init-repository index 8ad799ad..20b53d42 100755 --- a/init-repository +++ b/init-repository @@ -200,7 +200,6 @@ my %PROTOCOLS = ( my %GERRIT_REPOS = map { $_ => "qt/$_" } qw( qt3d qt5 - qlalr qtactiveqt qtandroidextras qtbase diff --git a/qlalr b/qlalr deleted file mode 160000 index a803a5c2..00000000 --- a/qlalr +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a803a5c2142cd93a33ab5d3e549d794b1096bf0a diff --git a/qt.pro b/qt.pro index d0edc030..0711e3e3 100644 --- a/qt.pro +++ b/qt.pro @@ -61,7 +61,6 @@ addModule(qtbase) addModule(qtandroidextras, qtbase) addModule(qtmacextras, qtbase) addModule(qtx11extras, qtbase) -addModule(qlalr, qtbase) addModule(qtsvg, qtbase) addModule(qtxmlpatterns, qtbase) addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns) -- cgit v1.2.3