From c7a217453f4076fb861091d03d6a47359b00e8b4 Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 26 Feb 2020 03:40:03 +0100 Subject: [PATCH] .gitmodules: Make Externals/Qt clone shallow --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 7d8b9393f8..7082458311 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,4 @@ path = Externals/Qt url = https://github.com/dolphin-emu/ext-win-qt.git branch = master + shallow = true