From a41b923ae7e435280f7da7f8ef6ed06505a1f4f4 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 17 Jul 2018 11:21:22 +0200 Subject: [PATCH] Use the static option to define how we link to kiwix-lib. We cannot create a static binary because we cannot build QtWebEngine statically. So the static config, should only be used to define if we are linking to the dynamic or static kiwix-lib. --- kiwix-desktop.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 4f78ee8..bf3f519 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -57,7 +57,6 @@ INSTALLS += target static { PKGCONFIG_OPTION = "--static" - QMAKE_LFLAGS += "-static-libstdc++ --static" } unix {