mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Only link qupzilla binary to execinfo as it is used in main.cpp
See #1408
This commit is contained in:
parent
cb63def8dd
commit
eee3895f69
@ -532,10 +532,6 @@ os2 {
|
||||
LIBS += -lcrypto
|
||||
}
|
||||
|
||||
openbsd-*|freebsd-*|haiku-* {
|
||||
LIBS += -lexecinfo
|
||||
}
|
||||
|
||||
mac {
|
||||
HEADERS += other/macmenureceiver.h \
|
||||
webview/macwebviewscroller.h
|
||||
|
@ -32,8 +32,8 @@ OTHER_FILES += appicon.rc \
|
||||
os2:RC_FILE = appicon_os2.rc
|
||||
win32:RC_FILE = appicon.rc
|
||||
|
||||
haiku-* {
|
||||
LIBS += -lexecinfo
|
||||
openbsd-*|freebsd-*|haiku-* {
|
||||
LIBS += -lexecinfo
|
||||
}
|
||||
|
||||
include(../install.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user