mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
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:
parent
4849b5e364
commit
a41b923ae7
@ -57,7 +57,6 @@ INSTALLS += target
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
PKGCONFIG_OPTION = "--static"
|
PKGCONFIG_OPTION = "--static"
|
||||||
QMAKE_LFLAGS += "-static-libstdc++ --static"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unix {
|
unix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user