From faf188b48a2c315a1f713d73213edab26f91fa38 Mon Sep 17 00:00:00 2001 From: Meg Richards Date: Wed, 5 May 2021 16:03:17 -0400 Subject: [PATCH] Clarify Dynamic libgit2 Instructions Replace the "Disable this" with "Set this to false" to prevent commenting out the line and causing a qmake error. --- phoenix.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoenix.pro b/phoenix.pro index a622e4206..23392c94e 100644 --- a/phoenix.pro +++ b/phoenix.pro @@ -174,7 +174,7 @@ QT += concurrent core gui network printsupport serialport sql svg widgets xml RC_FILE = fritzing.rc RESOURCES += phoenixresources.qrc -# Disable this if you have (and want) libgit2 dynamically +# Set this to false if you have (and want) libgit2 dynamically LIBGIT_STATIC = true include(pri/libgit2detect.pri)