From d60ef0b202470dce0bba6ec722c0564e97f2b5a7 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Thu, 2 Aug 2018 11:25:54 +0200 Subject: Remove broken qtquick1 submodule This submodule have not been maintained in several years. Building currently fails due to qtquick1 not being in sync with interface changes in qtbase. I think it's therefore better to just remove the submodule altogether. That way we stop causing problems for external developers wanting to build Qt from source. Task-number: QTBUG-69725 Change-Id: I905888d99f510be12c484f7da52986c9b1e9478f Reviewed-by: Simon Hausmann Reviewed-by: Oswald Buddenhagen --- .gitmodules | 7 ------- qtquick1 | 1 - 2 files changed, 8 deletions(-) delete mode 160000 qtquick1 diff --git a/.gitmodules b/.gitmodules index 565896cc..9ac0ec9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -143,13 +143,6 @@ url = ../qtimageformats.git branch = 5.11 status = addon -[submodule "qtquick1"] - depends = qtscript - recommends = qtsvg qtxmlpatterns - path = qtquick1 - url = ../qtquick1.git - branch = dev - status = ignore [submodule "qtgraphicaleffects"] depends = qtdeclarative path = qtgraphicaleffects diff --git a/qtquick1 b/qtquick1 deleted file mode 160000 index 92c847e5..00000000 --- a/qtquick1 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 92c847e56d94c9032f3fa83922742e455233e4f3 -- cgit v1.2.3