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.
This commit is contained in:
Matthieu Gautier 2018-07-17 11:21:22 +02:00
parent 4849b5e364
commit a41b923ae7

View File

@ -57,7 +57,6 @@ INSTALLS += target
static {
PKGCONFIG_OPTION = "--static"
QMAKE_LFLAGS += "-static-libstdc++ --static"
}
unix {