From 3246b6cb1b59d3b9572a5034d95c3e14effa3082 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 13 Sep 2017 08:43:20 -0400 Subject: [PATCH] Drop submodule the right way --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8ef1ca6af..4fc249f44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -#[submodule "thirdparty/libcrashreporter-qt"] -# path = thirdparty/libcrashreporter-qt -# url = https://github.com/dschmidt/libcrashreporter-qt +[submodule "thirdparty/libcrashreporter-qt"] + path = thirdparty/libcrashreporter-qt + url = https://github.com/dschmidt/libcrashreporter-qt